diff options
-rw-r--r-- | www/j3d1_4/proposed-changes.html | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/www/j3d1_4/proposed-changes.html b/www/j3d1_4/proposed-changes.html index d0e57bb..f6469fc 100644 --- a/www/j3d1_4/proposed-changes.html +++ b/www/j3d1_4/proposed-changes.html @@ -33,11 +33,9 @@ Java 3D version 1.4</a> is also available. it into the 1.4 version of the Java 3D API.</p> <ul> - <li><a - href="file:///home/kcr/java3d/1.3.3/j3d-core/www/j3d1_4/shaders.html">Programmable + <li><a href="shaders.html">Programmable Shaders</a></li> - <li><a - href="file:///home/kcr/java3d/1.3.3/j3d-core/www/j3d1_4/graph-change-listener.html">Scene + <li><a href="graph-change-listener.html">Scene graph structure change listeners</a></li> <li><a @@ -59,12 +57,10 @@ class<br> <li>Additional blending functions, for example: <code>BLEND_SRC_COLOR</code>, <code>BLEND_ONE_MINUS_SRC_COLOR</code>, <code>BLEND_DST_COLOR</code>, <code>BLEND_ONE_MINUS_DST_COLOR</code>, etc.</li> - <li><a - href="file:///home/kcr/java3d/1.3.3/j3d-core/www/j3d1_4/picking.html">Additional + <li><a href="picking.html">Additional core picking methods</a> (in Locale and BranchGroup)</li> - <li><a - href="file:///home/kcr/java3d/1.3.3/j3d-core/www/j3d1_4/stencil.html">Stencil + <li><a href="stencil.html">Stencil buffer</a><br> </li> </ul> @@ -103,8 +99,7 @@ into the 1.4 or 1.5 API (or beyond). </p> <ul> <li>Non-power-of-two textures</li> <li>Point sprites</li> - <li><a - href="file:///home/kcr/java3d/1.3.3/j3d-core/www/j3d1_4/vsg-op.html">Ability + <li><a href="vsg-op.html">Ability for nested ViewSpecificGroup nodes to replace the set of views</a><br> </li> @@ -119,8 +114,7 @@ off-screen rendering, or both)</li> <li>Enhance <code>getLocalToVWorld()</code> to return a valid result for non-live graphs.</li> - <li><a - href="file:///home/kcr/java3d/1.3.3/j3d-core/www/j3d1_4/lightweight-canvas3d.html">Lightweight + <li><a href="lightweight-canvas3d.html">Lightweight Canvas3D (e.g., JCanvas3D)</a>. <span style="color: rgb(204, 0, 0);">Note: this feature |