diff options
author | Kevin Rushforth <[email protected]> | 2005-03-25 21:42:54 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-03-25 21:42:54 +0000 |
commit | 8ad266e192dd129a035492098d18c83c93c79a22 (patch) | |
tree | aa1309ece2768bda8ef9da77cc99ec36355d49f4 /www/j3d1_4/api-changes.html | |
parent | 3660a7c0230c22b340ca9c226d37d7f3c4b13adf (diff) |
Reorganized 1.4 feature list
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@174 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/j3d1_4/api-changes.html')
-rw-r--r-- | www/j3d1_4/api-changes.html | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/www/j3d1_4/api-changes.html b/www/j3d1_4/api-changes.html index 54ab8c7..0a88c60 100644 --- a/www/j3d1_4/api-changes.html +++ b/www/j3d1_4/api-changes.html @@ -19,8 +19,8 @@ * * NOTE: This file must be edited by hand to avoid Mozilla Composer * putting all preformatted lines into a single line with "<br>" -* replacing ASCII newlines (which, in turn, causes problems with some -* editors). +* replacing ASCII newlines, making it impossible to do a meaningful +* "diff" operation. * ************************************************************************ --> @@ -84,6 +84,23 @@ I. New/deprecated fields, constructors, methods public static final int ALLOW_PARENT_READ + Sensor + ------ + Deprecated fields: + public static final int PREDICT_NONE + public static final int PREDICT_NEXT_FRAME_TIME + public static final int NO_PREDICTOR + public static final int HEAD_PREDICTOR + public static final int HAND_PREDICTOR + + Deprecated methods: + public void setPredictor(int predictor) + public int getPredictor() + public void setPredictionPolicy(int policy) + public int getPredictionPolicy() + public void getRead(Transform3D read, long deltaT) + + II. Reparented classes NONE @@ -158,6 +175,12 @@ III. New classes and interfaces (in javax.media.j3d) GLSLShaderProgram ----------------- public class GLSLShaderProgram extends ShaderProgram + + +IV. Deprecated classes and interfaces (in javax.media.j3d) + + CompressedGeometry + CompressedGeometryHeader </pre> <p><font color="gray">Page last updated — $Date$ |