aboutsummaryrefslogtreecommitdiffstats
path: root/www/j3d1_4
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2005-03-10 16:08:36 +0000
committerKevin Rushforth <[email protected]>2005-03-10 16:08:36 +0000
commitd3d8786b195b5bac13d0a6955d79efba3db5cb06 (patch)
treeb5aa93425322dcb35d708e3f63d8491c5b137ed8 /www/j3d1_4
parent34528915c0ea87b369fb9054311379f404ec59a5 (diff)
Update list of 1.4 API features (ALLOW_PARENT_READ capability)
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@154 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/j3d1_4')
-rw-r--r--www/j3d1_4/proposed-changes.html7
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>