From e3090a6cadbdce953221802d061d4dc2e5bca1c1 Mon Sep 17 00:00:00 2001
From: Kevin Rushforth
A list of other possible
+improvements to Java 3D version 1.4 is also available, and is
+an unprioritized list of improvements that do not require API changes.
+
Java 3D 1.5/2.0
The scope of this release will be driven by the level of interest diff --git a/www/j3d1_4/improvements.html b/www/j3d1_4/improvements.html new file mode 100644 index 0000000..26e2087 --- /dev/null +++ b/www/j3d1_4/improvements.html @@ -0,0 +1,49 @@ + + +
+ +This page highlights the possible improvements to the implementation +of Java 3DTM version 1.4 that do +not require API changes. The set of proposed +Java 3D +1.4 API changes is also available. +
+Page last updated — +$Date$ +
+ + diff --git a/www/j3d1_4/proposed-changes.html b/www/j3d1_4/proposed-changes.html index 5656de2..f70bab8 100644 --- a/www/j3d1_4/proposed-changes.html +++ b/www/j3d1_4/proposed-changes.html @@ -16,7 +16,9 @@ Changes. Click here for the latest -javadocs for the proposed 1.4 API (built from the dev-1_4 branch).This list of high priority features will almost certainly make it
@@ -97,12 +99,23 @@ into the core API. Before doing this, we would need to scope out the
effort involved, and assess the
potential benefit.
We should consider adding a lightweight JCanvas3D that is similar to +JGLCanvas in JOGL. Adding this into core may be beyond the +scope of 1.4. Perhaps this can be done as a utility, although it +may require some core changes.
+This is a list of miscellaneous features that are being considered
for addition to
the API.
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 would be LESS_OR_EQUAL
for backward
+compatibility.GraphicsConfiguration
GeometryArray getGlyphGeometry(
int glyphCode
)
method in the Font3D
classThis is a list of miscellaneous features that are being considered
for deprecation in
the API.
--
cgit v1.2.3