diff options
Diffstat (limited to 'www/j3d1_4/proposed-changes.html')
-rw-r--r-- | www/j3d1_4/proposed-changes.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/www/j3d1_4/proposed-changes.html b/www/j3d1_4/proposed-changes.html index 8be75a1..2109fdb 100644 --- a/www/j3d1_4/proposed-changes.html +++ b/www/j3d1_4/proposed-changes.html @@ -14,9 +14,9 @@ list of new classes methods, etc., see the <a href="api-changes.html">List of Proposed Java 3D 1.4 API Changes</a>. Click -<a href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/index.html">here</a> +<a href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/index.html">here</a> for the -<a href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/index.html">latest +<a href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/index.html">latest javadocs for the proposed 1.4 API</a> (built from the dev-1_4 branch). A list of other <a href="improvements.html">possible improvements to Java 3D version 1.4</a> is also available. @@ -38,13 +38,13 @@ into the 1.4 version of the Java 3D API.</p> <li><a href="shaders.html">Programmable Shaders</a></li> <li>Additional blending functions: <a - href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_SRC_COLOR"><code>BLEND_SRC_COLOR</code></a>, + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_SRC_COLOR"><code>BLEND_SRC_COLOR</code></a>, <a - href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_ONE_MINUS_SRC_COLOR"><code>BLEND_ONE_MINUS_SRC_COLOR</code></a>, + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_ONE_MINUS_SRC_COLOR"><code>BLEND_ONE_MINUS_SRC_COLOR</code></a>, <a - href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_DST_COLOR"><code>BLEND_DST_COLOR</code></a>, + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_DST_COLOR"><code>BLEND_DST_COLOR</code></a>, <a - href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_ONE_MINUS_DST_COLOR"><code>BLEND_ONE_MINUS_DST_COLOR</code></a>.</li> + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_ONE_MINUS_DST_COLOR"><code>BLEND_ONE_MINUS_DST_COLOR</code></a>.</li> <li><a href="picking.html">Additional core picking methods</a> (in Locale and BranchGroup)</li> @@ -59,33 +59,33 @@ buffer</a><br> graph structure change listeners</a></li> <li><a - href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/SceneGraphObject.html#setName%28java.lang.String%29">Name + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/SceneGraphObject.html#setName%28java.lang.String%29">Name string</a> for all scene graph objects: add public <a - href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/SceneGraphObject.html#setName%28java.lang.String%29"><code>get/setName(String)</code></a> + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/SceneGraphObject.html#setName%28java.lang.String%29"><code>get/setName(String)</code></a> to <code>SceneGraphObject</code> class</li> <li>New <a - href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/Node.html#ALLOW_PARENT_READ"><code>ALLOW_PARENT_READ</code></a> + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/Node.html#ALLOW_PARENT_READ"><code>ALLOW_PARENT_READ</code></a> 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> + href="http://download.java.net/media/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 <a - href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/Node.html#getLocale%28%29"><code>getLocale()</code></a> + href="http://download.java.net/media/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> + href="http://download.java.net/media/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</li> <li>Add a new attribute for depth test function to RenderingAttributes: public <a - href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/RenderingAttributes.html#setDepthTestFunction%28int%29"><code>get/setDepthTestFunction(int function)</code></a> + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/RenderingAttributes.html#setDepthTestFunction%28int%29"><code>get/setDepthTestFunction(int function)</code></a> methods that takes as values one of: <code>ALWAYS, NEVER, EQUAL, NOT_EQUAL, LESS, LESS_OR_EQUAL, GREATER, GREATER_OR_EQUAL</code>. The default value is <code>LESS_OR_EQUAL</code> for backward compatibility.</li> <li>Method to retrieve the geometry data from the tessellation of a glyph in a 3D font: a public <a - href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/Font3D.html#getGlyphGeometry%28char%29"><code>GeometryArray getGlyphGeometry(char glyphCode)</code></a> + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/Font3D.html#getGlyphGeometry%28char%29"><code>GeometryArray getGlyphGeometry(char glyphCode)</code></a> method in the <code>Font3D</code> class</li> </ul> <p>This is a list of features that we propose to <a |