blob: 86824f39416671a2fa0ae06ce3fd6dc509e3ff62 (
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
|
<!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>Java 3D 1.4: Lightweight Canvas3D</title>
</head>
<body>
<h2>Java 3D<sup><font size="-2">TM</font></sup> 1.4:
Lightweight Canvas3D</h2>
<h3><span style="color: rgb(0, 153, 0);"><i>ROUGH DRAFT: This API
is a Work in Progress</i></span></h3>
<hr>
<p>A possible feature under consideration for Java 3D 1.4 is a
lightweight JCanvas3D that is similar to
JGLCanvas in JOGL. Adding this into core may be beyond the
scope of 1.4. It probably can be done as a utility, although it
may require some core changes.<span style="color: rgb(204, 0, 0);"></span></p>
<p><span style="color: rgb(204, 0, 0);"></span></p>
<p><span style="color: rgb(204, 0, 0);">Note: this feature will not
happen
without an someone from the community volunteering
to drive it.</span></p>
<p>More info here...
</p>
<p><font color="gray">Page last updated —
$Date$
</font></p>
</body>
</html>
|