diff options
author | Kevin Rushforth <[email protected]> | 2005-01-20 23:07:04 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-01-20 23:07:04 +0000 |
commit | c6dbcfef9520fc0f9ea68c6a3867078fd9592f73 (patch) | |
tree | 7b6567dada3ac6698994fdfa52dd9c89dd07e144 | |
parent | 489289a7fe408d9ba718fa319df82bf96ae849a7 (diff) |
Point to 1.4 javadoc on javadesktop.org
Added template for proposed 1.4 changes
Create html version of api-changes.html
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@107 ba19aa83-45c5-6ac9-afd3-db810772062c
-rw-r--r-- | www/j3d1_4/api-changes.html | 110 | ||||
-rw-r--r-- | www/j3d1_4/proposed-changes.html | 71 | ||||
-rw-r--r-- | www/j3d1_4/shaders.html | 6 |
3 files changed, 183 insertions, 4 deletions
diff --git a/www/j3d1_4/api-changes.html b/www/j3d1_4/api-changes.html new file mode 100644 index 0000000..4a324f3 --- /dev/null +++ b/www/j3d1_4/api-changes.html @@ -0,0 +1,110 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> + +<!-- +/* + * $RCSfile$ + * + * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. + * + * Use is subject to license terms. + * + * $Revision$ + * $Date$ + * $State$ + */ + --> + +<!-- +************************************************************************ +* +* NOTE: This file must be edited by hand to avoid Mozilla Composer +* putting all preformatted lines into a single line with "<br>" +* replacing ASCII newlines (which, in turn, causes problems with some +* editors). +* +************************************************************************ +--> + +<html> +<head> + <meta content="text/html; charset=ISO-8859-1" + http-equiv="content-type"> + <title>List of Proposed Java 3D 1.4 API Changes</title> +</head> +<body> +<h2>List of Proposed Java 3D<sup><font size="-2">TM</font></sup> +1.4 API Changes</h2> +<p>This document conatains a list of the proposed API changes to the +Java 3D<sup><font size="-2">TM</font></sup> 1.4 API +that deviate from the 1.3 API. +</p> +<p>Note: the most up-to-date version of +this list is in the <code>dev-1_4</code> branch of the <code>docs/api-changes.txt</code> +file, which is updated to record the addition or deprecation of +any public or protected class, interface, field, constructor, or method +to the Java 3D API. +</p> +<p>No incompatible changes to the Java 3D 1.3 API are allowed.</p> +<pre> +I. New/deprecated fields, constructors, methods + + SceneGraphObject + ---------------- + New methods: + public void setName(String name) + public String getName() + + +II. Reparented classes + + NONE + + +III. New classes and interfaces (in javax.media.j3d) + + ShaderAppearance + ---------------- + public class ShaderAppearance extends Appearance + + Shader + ------ + public abstract class Shader extends NodeComponent + + ShaderProgram + ------------- + public abstract class ShaderProgram extends NodeComponent + + CgShader + -------- + public abstract class CgShader extends Shader + + CgFragmentShader + ---------------- + public class CgFragmentShader extends CgShader + + CgVertexShader + -------------- + public class CgVertexShader extends CgShader + + CgShaderProgram + --------------- + public class CgShaderProgram extends ShaderProgram + + GLSLShader + ---------- + public abstract class GLSLShader extends Shader + + GLSLFragmentShader + ------------------ + public class GLSLFragmentShader extends GLSLShader + + GLSLVertexShader + ---------------- + public class GLSLVertexShader extends GLSLShader + + GLSLShaderProgram + ----------------- + public class GLSLShaderProgram extends ShaderProgram +</pre> +</body> +</html> diff --git a/www/j3d1_4/proposed-changes.html b/www/j3d1_4/proposed-changes.html new file mode 100644 index 0000000..6ed04a2 --- /dev/null +++ b/www/j3d1_4/proposed-changes.html @@ -0,0 +1,71 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta content="text/html; charset=ISO-8859-1" + http-equiv="content-type"> + <title>Proposed Java 3D 1.4 API Changes</title> +</head> +<body> +<h2>Proposed Java 3D<sup><font size="-2">TM</font></sup> 1.4 API +Changes</h2> +<p>This page highlights the proposed changes to the 1.4 version of the +Java 3D<sup><font size="-2">TM</font></sup> API. For a 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> +for the +<a href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/index.html">latest +javadocs for the proposed 1.4 API</a> (built from the dev-1_4 branch).<br> +</p> +<h3>I. High Priority Features</h3> +<p>This list of high priority features will almost certainly make it +into the 1.4 API. +</p> +<h4>1. Programmable shaders</h4> +<p>The addition of shaders to the Java 3D API is the primary focus +for the 1.4. For more information see the <a href="shaders.html">Programmable +Shaders in Java 3D 1.4</a> page. +</p> +<h4>2. Another feature...</h4> +<p>This is another feature...</p> +<h4>3. Miscellaneous features</h4> +<p>This is a list of miscellaneous features that we propose to add to +the API. +</p> +<ul> + <li>Name string added to all scene graph objects. Need public +get/setName(String) in SceneGraphObject</li> + <li>What else...</li> +</ul> +<h3>II. Medium Priority Features</h3> +<p>This list of medium priority features is under discussion for +possible inclusion +into the 1.4 API. +</p> +<h4>1. Something...<br> +</h4> +<p>Something...<br> +</p> +<h4>2. Miscellaneous features</h4> +<p>This is a list of miscellaneous features that are being considered +for addition to +the API.<br> +</p> +<ul> + <li>a</li> + <li>b</li> +</ul> +<h3>III. Future Features</h3> +<p>Here is an unprioritized list of possible features under +consideration for a future (e.g., 1.5/2.0) +version of the Java 3D API. +</p> +<ul> + <li>Extensibility</li> + <li>Pluggable renderers</li> +</ul> +<p> +</p> +</body> +</html> diff --git a/www/j3d1_4/shaders.html b/www/j3d1_4/shaders.html index ff6d63c..9bd46f5 100644 --- a/www/j3d1_4/shaders.html +++ b/www/j3d1_4/shaders.html @@ -89,10 +89,8 @@ ShaderAppearance subclass):</li> </ul> <p>Click on the following link for a preliminary look at the <a -href="javax/media/j3d/ShaderProgram.html">javadoc-generated API -definitions</a> for the newly proposed classes. Note that this is only -the javadoc for the <i>new</i> classes. We know that there are lots of -broken links for the existing classes. +href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/index.html">javadoc-generated +API definitions</a> for the proposed 1.4 API. </p> <h4>Example Usage</h4> |