diff options
-rw-r--r-- | www/j3d1_4/api-changes.html | 17 | ||||
-rw-r--r-- | www/j3d1_4/proposed-changes.html | 7 |
2 files changed, 22 insertions, 2 deletions
diff --git a/www/j3d1_4/api-changes.html b/www/j3d1_4/api-changes.html index 0a88c60..ba9252a 100644 --- a/www/j3d1_4/api-changes.html +++ b/www/j3d1_4/api-changes.html @@ -82,6 +82,17 @@ I. New/deprecated fields, constructors, methods ---- New fields: public static final int ALLOW_PARENT_READ + public static final int ALLOW_LOCALE_READ + + New methods: + public Locale getLocale() + + + VirtualUniverse + --------------- + New methods: + public void addGraphStructureChangeListener(GraphStructureChangeListener listener) + public void removeGraphStructureChangeListener(GraphStructureChangeListener listener) Sensor @@ -176,11 +187,17 @@ III. New classes and interfaces (in javax.media.j3d) ----------------- public class GLSLShaderProgram extends ShaderProgram + GraphStructureChangeListener + ---------------------------- + public interface GraphStructureChangeListener + IV. Deprecated classes and interfaces (in javax.media.j3d) CompressedGeometry CompressedGeometryHeader + PickPoint + Morph </pre> <p><font color="gray">Page last updated — $Date$ diff --git a/www/j3d1_4/proposed-changes.html b/www/j3d1_4/proposed-changes.html index 607218a..f897a85 100644 --- a/www/j3d1_4/proposed-changes.html +++ b/www/j3d1_4/proposed-changes.html @@ -50,8 +50,11 @@ capability bit in <code>Node</code> class that will allow <a href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/Node.html#getParent%28%29"><code>getParent()</code></a> to be called on live/compiled scene graph</li> - <li>Ability to get the locale from a live node: add public <code>getLocale()</code> -method and <code>ALLOW_LOCALE_READ</code> capability bit to <code>Node</code> + <li>Ability to get the locale from a live node: add public <a + href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/Node.html#getLocale%28%29"><code>getLocale()</code></a> +method and <a + href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/Node.html#ALLOW_LOCALE_READ"><code>ALLOW_LOCALE_READ</code></a> +capability bit to <code>Node</code> class<br> </li> <li>Additional blending functions, for example: <code>BLEND_SRC_COLOR</code>, |