blob: e87788a258e017e8cedb8f1148132ee68046bc29 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>3D Example Programs</title>
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<p>This project contains the source code
for the 3D example programs.
</p>
<p>Related projects include: <a href="https://j3d-core.dev.java.net/">j3d-core</a>
(the core 3D package),
<a href="https://j3d-core-utils.dev.java.net/"> </a><a
href="https://vecmath.dev.java.net/">vecmath</a>
(the 3D vector math package), and <a
href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a>
(the 3D core utilities). Developers should refer to the <a
href="build-instr.html">CVS download
and build
instructions</a> for information on downloading the source code and
building j3d-examples.
</p>
<p><strong><em>For all other project
information, including contributing to the 3D projects and reporting
issues,
please go to the parent <a href="https://java3d.dev.java.net/">java3d</a>
project.</em></strong></p>
<p>NOTE: The issue Tracker in this j3d-examples subproject cannot be used
to file or track issues. Please use the <a
href="https://java3d.dev.java.net/servlets/ProjectIssues">Issue Tracker</a>
in the parent java3d
project
to track issues (bugs, feature requests, etc.) for
j3d-examples and other 3D sub-projects.<br>
</p>
<h3><a name="License"></a>License</h3>
<p>The source code for j3d-examples is licensed under a
Berkely Software Distribution (BSD) License.
</p>
<p><em>NOTE: This project contains third-party source code that is
provided under separate licensing terms. These terms are are found in the
THIRDPARTY-LICENSE-*.txt files in the top level-directory of this project.
See README-FIRST.txt for more information.</em></p>
<p><br>
</p>
</body>
</html>
|