From 314e61e8465c31e3557448a6c6f92ac31a0705a5 Mon Sep 17 00:00:00 2001
From: Kevin Rushforth SceneGraphObject
class
ALLOW_PARENT_READ
capability bit (default=false
)
to Node
classgetLocale()
+method and ALLOW_LOCALE_READ
capability bit to Node
+class
+ BLEND_SRC_COLOR,
BLEND_ONE_MINUS_SRC_COLOR, BLEND_DST_COLOR, BLEND_ONE_MINUS_DST_COLOR
WakeupOnCollision{Entry,Exit,Movement}
-(misnamed, not useful for most applications)CompressedGeometry
(no HW support, lack of industry
acceptance)WakeupOnAWTBehavior
(listeners + WakeupOnBehaviorPost
-is more robust)Sensor
prediction (has never been implemented)DESCRIPTION
-FOR POSSIBLE RENDER-TO-TEXTURE SUPPORT GOES HERE...
+
DESCRIPTION +FOR POSSIBLE RENDER-TO-TEXTURE SUPPORT GOES HERE...
DESCRIPTION
+ DESCRIPTION
FOR POSSIBLE STENCIL SUPPORT GOES HERE; NOTE THAT THIS WILL NOT INCLUDE
-ANY MULTIPASS EFFECTS for 1.4...
+ANY MULTIPASS EFFECTS for 1.4...
We should consider moving some of the picking utilities (e.g.,
@@ -105,33 +104,48 @@ 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.
+scope of 1.4. Probably can be done as a utility, although it +may require some core changes. +Note: this feature will not happen +without an someone from the community volunteering +to drive it. +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
GraphicsConfigTemplate3D
indicating whether
the requested GraphicsConfiguration
is used for on-screen
rendering,
-off-screen rendering, or both)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. Note: this feature
+will not
+happen
+without an someone from the community volunteering
+to drive it.GeometryArray getGlyphGeometry(
int glyphCode
)
-method in the Font3D
classFont3D
class. Note: this feature will not
+happen
+without an someone from the community volunteering
+to drive it.
This is a list of miscellaneous features that are being considered
@@ -139,8 +153,6 @@ for deprecation in
the API.
Billboard
(use OrientedShape3D
instead)SharedGroup
(many bugs, very difficult to
implement
efficiently)