From 68449b2071392af151a75f90610026465c426401 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Tue, 19 Jul 2005 20:56:09 +0000 Subject: Updated location of javadoc pages git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@347 ba19aa83-45c5-6ac9-afd3-db810772062c --- www/j3d1_4/graph-change-listener.html | 4 ++-- www/j3d1_4/picking.html | 8 ++++---- www/j3d1_4/proposed-changes.html | 28 ++++++++++++++-------------- www/j3d1_4/shaders.html | 6 +++--- www/j3d1_4/stencil.html | 4 ++-- 5 files changed, 25 insertions(+), 25 deletions(-) (limited to 'www') diff --git a/www/j3d1_4/graph-change-listener.html b/www/j3d1_4/graph-change-listener.html index b0dd170..6350211 100644 --- a/www/j3d1_4/graph-change-listener.html +++ b/www/j3d1_4/graph-change-listener.html @@ -23,9 +23,9 @@ removed (detached), or moved, respectively.

See the javadoc for more information
http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/GraphStructureChangeListener.html
+ href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/GraphStructureChangeListener.html">http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/GraphStructureChangeListener.html
http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/VirtualUniverse.html
+ href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/VirtualUniverse.html">http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/VirtualUniverse.html
   

Page last updated — diff --git a/www/j3d1_4/picking.html b/www/j3d1_4/picking.html index bf2c5f0..3669d26 100644 --- a/www/j3d1_4/picking.html +++ b/www/j3d1_4/picking.html @@ -25,9 +25,9 @@ The proposed API are :

The following 4 methods will be added to Locale and BranchGroup : 
@@ -107,7 +107,7 @@ and
  • New classes
  • public class PickInfo extends Object   
    @@ -153,7 +153,7 @@ IntersectionInfo[] getIntersectionInfos()

    public class PickInfo.IntersectionInfo extends Object  ( inner class )
    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 List of Proposed Java 3D 1.4 API Changes. Click -here +here for the -latest +latest javadocs for the proposed 1.4 API (built from the dev-1_4 branch). A list of other possible improvements to Java 3D version 1.4 is also available. @@ -38,13 +38,13 @@ into the 1.4 version of the Java 3D API.

  • Programmable Shaders
  • Additional blending functions: BLEND_SRC_COLOR, + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_SRC_COLOR">BLEND_SRC_COLOR, BLEND_ONE_MINUS_SRC_COLOR, + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_ONE_MINUS_SRC_COLOR">BLEND_ONE_MINUS_SRC_COLOR, BLEND_DST_COLOR, + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_DST_COLOR">BLEND_DST_COLOR, BLEND_ONE_MINUS_DST_COLOR.
  • + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_ONE_MINUS_DST_COLOR">BLEND_ONE_MINUS_DST_COLOR.
  • Additional core picking methods (in Locale and BranchGroup)
  • @@ -59,33 +59,33 @@ buffer
    graph structure change listeners
  • 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 for all scene graph objects: add public get/setName(String) + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/SceneGraphObject.html#setName%28java.lang.String%29">get/setName(String) to SceneGraphObject class
  • New ALLOW_PARENT_READ + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/Node.html#ALLOW_PARENT_READ">ALLOW_PARENT_READ capability bit in Node class that will allow getParent() + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/Node.html#getParent%28%29">getParent() to be called on live/compiled scene graph
  • Ability to get the locale from a live node: add public getLocale() + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/Node.html#getLocale%28%29">getLocale() method and ALLOW_LOCALE_READ + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/Node.html#ALLOW_LOCALE_READ">ALLOW_LOCALE_READ capability bit to Node class
  • Add a new attribute for depth test function to RenderingAttributes: public get/setDepthTestFunction(int function) + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/RenderingAttributes.html#setDepthTestFunction%28int%29">get/setDepthTestFunction(int function) methods that takes as values one of: ALWAYS, NEVER, EQUAL, NOT_EQUAL, LESS, LESS_OR_EQUAL, GREATER, GREATER_OR_EQUAL. The default value is LESS_OR_EQUAL for backward compatibility.
  • Method to retrieve the geometry data from the tessellation of a glyph in a 3D font: a public GeometryArray getGlyphGeometry(char glyphCode) + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/Font3D.html#getGlyphGeometry%28char%29">GeometryArray getGlyphGeometry(char glyphCode) method in the Font3D class
  • This is a list of features that we propose to

    Click on the following link for a current look at the javadoc-generated + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/index.html">javadoc-generated API definitions for the proposed 1.4 API.

    Example Usage

    @@ -78,9 +78,9 @@ two subclasses of ShaderAttribute: ShaderAttributeObject, which is used to specify explicitly defined attributes; and ShaderAttributeBinding, which is used to specify implicitly defined, automatically tracked attributes. See the javadoc for the new ShaderAttributeSet + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/ShaderAttributeSet.html">ShaderAttributeSet and ShaderAttribute + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/ShaderAttribute.html">ShaderAttribute classes for more details.

    Issues
    diff --git a/www/j3d1_4/stencil.html b/www/j3d1_4/stencil.html index 440a659..e627521 100644 --- a/www/j3d1_4/stencil.html +++ b/www/j3d1_4/stencil.html @@ -31,9 +31,9 @@ available, applications wishing to use stencil will need to make use of OrderedGroup (or use mixed-mode / immediate-mode rendering).

    See the new javadoc for more information: GraphicsConfigTemplate3D.setStencilSize, + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/GraphicsConfigTemplate3D.html#setStencilSize%28int%29">GraphicsConfigTemplate3D.setStencilSize, RenderingAttributes. + href="http://download.java.net/media/java3d/javadoc/1.4.0-latest/javax/media/j3d/RenderingAttributes.html">RenderingAttributes.

    The proposed API changes are:

    -- cgit v1.2.3