blob: d8a23a3f7d92dfd2e2516df376d9c1d8316e3098 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Proposed Java 3D 1.4 API Changes</title>
</head>
<body>
<h2>Proposed Java 3D<sup><font size="-2">TM</font></sup> 1.4 API
Changes</h2>
<p>This page highlights the proposed changes to the 1.4 version of the
Java 3D<sup><font size="-2">TM</font></sup> API. For a list of new
classes methods, etc., see the <a href="api-changes.html">List of
Proposed Java 3D 1.4 API
Changes</a>. Click
<a href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/index.html">here</a>
for the
<a href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/index.html">latest
javadocs for the proposed 1.4 API</a> (built from the dev-1_4 branch).<br>
</p>
<h3>I. High Priority Features</h3>
<p>This list of high priority features will almost certainly make it
into the 1.4 API.
</p>
<h4>1. Programmable shaders</h4>
<p>The addition of shaders to the Java 3D API is the primary focus
for the 1.4. For more information see the <a href="shaders.html">Programmable
Shaders in Java 3D 1.4</a> page.
</p>
<h4>2. Another feature...</h4>
<p>This is another feature...</p>
<h4>3. Miscellaneous features</h4>
<p>This is a list of miscellaneous features that we propose to add to
the API.
</p>
<ul>
<li>Name string added to all scene graph objects. Need public
get/setName(String) in SceneGraphObject</li>
<li>What else...</li>
</ul>
<h3>II. Medium Priority Features</h3>
<p>This list of medium priority features is under discussion for
possible inclusion
into the 1.4 API.
</p>
<h4>1. Something...<br>
</h4>
<p>Something...<br>
</p>
<h4>2. Miscellaneous features</h4>
<p>This is a list of miscellaneous features that are being considered
for addition to
the API.<br>
</p>
<ul>
<li>a</li>
<li>b</li>
</ul>
<h3>III. Future Features</h3>
<p>Here is an unprioritized list of possible features under
consideration for a future (e.g., 1.5/2.0)
version of the Java 3D API.
</p>
<ul>
<li>Extensibility</li>
<li>Pluggable renderers</li>
</ul>
<p><font color="gray">Page last updated —
$Date$
</font></p>
</body>
</html>
|