blob: a085de289936875e25b6327d10299d44effa0565 (
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
|
<!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>The Java 3D Core Utilities</title>
</head>
<body>
<p>This project contains the source code
for the Java 3D core utilities in the <code>com.sun.j3d.*</code>
hierarchy.<br>
</p>
<p>Related projects include: <a href="http://vecmath.dev.java.net/">vecmath</a>
(the 3D vector math package), <a href="http://j3d-core.dev.java.net/">j3d-core</a>
(the
core Java 3D API), and <a href="http://j3d-examples.dev.java.net/">j3d-examples</a>
(the Java 3D
example programs). The j3d-core-utils project is built as part of
j3d-core. Refer to the <a href="build-instr.html">download and build
instructions</a> for information on downloading and building j3d-core
and j3d-core-utils.
</p>
<h3>Project highlights</h3>
<p><b>Release project Source code</b> </p>
<p>
[TODO: include text from j3d-core] </p>
<p><span style="font-weight: bold;">Java 3D 1.3.x bug fixes</span><br>
</p>
<p>We will work with the community to address bugs identified in
Java 3D
1.3.1 and the will release new versions of Java 3D 1.3.x as
needed.
Bugfixes will be immediately available in the cvs source, or from the
weekly builds on this site. We will release official 1.3.x versions no
more often than twice a year.<br>
</p>
<h3><a name="Project_Suggestions"></a>Project Suggestions</h3>
<p>Here are some project ideas for the j3d-core-utils project. Please
see
the <a href="http://j3d-core.dev.java.net/#Project_Suggestions">Project
Suggestions</a> in the <a href="http://j3d-core.dev.java.net/">j3d-core</a>
project for more ideas.<br>
</p>
<ul>
<li><a href="http://joal.dev.java.net/">JOAL</a>-based audio engine</li>
<li>Character Animation utility</li>
<li>Terrain utility</li>
<li>Collision Avoidance utility</li>
<li>CSG (geometry boolean operators) utility</li>
<li>Loaders</li>
</ul>
<h3>How to Contribute</h3>
<p>[TODO: include text from j3d-core] </p>
<h3>Releases</h3>
<p>[TODO: links to code] </p>
<h3>Examples</h3>
<p>[TODO: links to examples] </p>
<h3>Feedback</h3>
<p>[TODO: list of feedback and participation options including mailing
lists,
project owners/contacts, discussion forum, wikis, etc.]<br>
<br>
</p>
</body>
</html>
|