summaryrefslogtreecommitdiffstats
path: root/www/j3d1_4
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2005-04-04 22:54:33 +0000
committerKevin Rushforth <[email protected]>2005-04-04 22:54:33 +0000
commit3c57fc22891be1de7f5603e1acd68feae3f81416 (patch)
tree9281515c36f122b751bc5f8b6002808d239c3b74 /www/j3d1_4
parentc356b841b59bac6ab2a18b46d06a607e0b31c1dd (diff)
HTML updates
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@196 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/j3d1_4')
-rw-r--r--www/j3d1_4/api-changes.html17
-rw-r--r--www/j3d1_4/proposed-changes.html7
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 &#8212;
$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>,