From 314e61e8465c31e3557448a6c6f92ac31a0705a5 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Fri, 18 Mar 2005 00:25:37 +0000 Subject: Updates to possible 1.4 changes: Added: ability to get the Locale from a live node Added: point sprites Added: ability to replace set of views for nested VSG Deleted: deprecation of Collision & WakeupOnAWTBehavior (we'll document their limitations instead) Deleted: deprecation of Billboard git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@162 ba19aa83-45c5-6ac9-afd3-db810772062c --- www/j3d1_4/proposed-changes.html | 56 ++++++++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 22 deletions(-) (limited to 'www/j3d1_4') diff --git a/www/j3d1_4/proposed-changes.html b/www/j3d1_4/proposed-changes.html index 5c80dd8..58133fb 100644 --- a/www/j3d1_4/proposed-changes.html +++ b/www/j3d1_4/proposed-changes.html @@ -51,6 +51,10 @@ to SceneGraphObject class
  • Allow getParent() to be called on live/compiled scene graph: add public ALLOW_PARENT_READ capability bit (default=false) to Node class
  • +
  • Ability to get the Locale from a live node: add public getLocale() +method and ALLOW_LOCALE_READ capability bit to Node +class
    +
  • Additional blending functions, for example: BLEND_SRC_COLOR, BLEND_ONE_MINUS_SRC_COLOR, BLEND_DST_COLOR, BLEND_ONE_MINUS_DST_COLOR
  • @@ -60,13 +64,8 @@ deprecate in the API.

    @@ -86,14 +85,14 @@ into the 1.4 API.

    1. Render to texture

    -

    DESCRIPTION -FOR POSSIBLE RENDER-TO-TEXTURE SUPPORT GOES HERE...
    +

    DESCRIPTION +FOR POSSIBLE RENDER-TO-TEXTURE SUPPORT GOES HERE...

    2. Stencil buffer support

    -

    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...

    3. Move picking into core

    We should consider moving some of the picking utilities (e.g., @@ -105,33 +104,48 @@ potential benefit.

    4. Lightweight Canvas3D (e.g., JCanvas3D)

    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. +

    5. Miscellaneous features

    This is a list of miscellaneous features that are being considered for addition to the API.

    6. List of features to deprecate

    This is a list of miscellaneous features that are being considered @@ -139,8 +153,6 @@ for deprecation in the API.