diff options
Diffstat (limited to 'www/j3d1_4/proposed-changes.html')
-rw-r--r-- | www/j3d1_4/proposed-changes.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/j3d1_4/proposed-changes.html b/www/j3d1_4/proposed-changes.html index 188ab77..5c80dd8 100644 --- a/www/j3d1_4/proposed-changes.html +++ b/www/j3d1_4/proposed-changes.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <meta content="text/html; charset=ISO-8859-1" - http-equiv="content-type"> + <meta http-equiv="content-type" + content="text/html; charset=ISO-8859-1"> <title>Proposed Java 3D 1.4 API Changes</title> </head> <body> @@ -48,6 +48,9 @@ the API. <ul> <li>Name string for all scene graph objects: add public <code>get/setName(String)</code> to <code>SceneGraphObject</code> class</li> + <li>Allow getParent() to be called on live/compiled scene graph: add +public <code>ALLOW_PARENT_READ</code> capability bit (default=<code>false</code>) +to <code>Node </code>class</li> <li>Additional blending functions, for example: <code>BLEND_SRC_COLOR, BLEND_ONE_MINUS_SRC_COLOR, BLEND_DST_COLOR, BLEND_ONE_MINUS_DST_COLOR</code></li> </ul> |