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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title>The Java 3D API Core</title>
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<p style="text-align: center;"> <font size="-2">
<a href="#License">License</a> |
<a href="#Downloads">Downloads</a> |
<a href="#How_to_Contribute">How to Contribute</a> |
<a href="#Reporting_Issues">Reporting Issues</a> |
<a href="#Feedback_and_Discussion">Feedback and Discussion</a> |
<a href="#Project_Highlights">Project Highlights</a> |
<a href="#Project_Suggestions">Project Suggestions</a> |
<a href="#Examples">Examples</a></font>
</p>
<p>This project contains the source code
for the core Java 3D<sup><font size="-2">TM</font></sup> API
package, <code>javax.media.j3d</code>.<br>
</p>
<p>Related projects include: <a href="https://vecmath.dev.java.net/">vecmath</a>
(the 3D vector math package), <a
href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a> (the
Java 3D core utilities), and <a
href="https://j3d-examples.dev.java.net/">j3d-examples</a> (the
Java 3D
example programs). The vecmath and j3d-core-utils projects are required
to build j3d-core. Refer to the <a href="build-instr.html">download
and build
instructions</a> for information on downloading and building j3d-core.</p>
<h3><a name="License"></a>License</h3>
<p>The source code for the core Java 3D API reference
implementation
is licensed under the <a href="https://java3d.dev.java.net/jrl.html"
target="_blank">Java
Research License (JRL)</a> for non-commercial use. The JRL allows users
to download, build, and modify the source code in the
j3d-core project for research use, subject to the terms of the license.
</p>
<p>Java 3D is also licensed for commercial use under a new
no-fee <a href="https://java3d.dev.java.net/jdl-java3d.pdf"
target="_blank">Java
Distribution License (JDL)</a>. The JDL
allows commercial use of Java 3D with or without modification, as
long as compatibility with the entire API Specification is maintained.
This includes passing the TCK tests for Java 3D, and retaining the
javax namespace as defined by the JCP.
</p>
<p>
The API specification will continue to evolve as part of the Java
Community Process (JCP). We welcome community participation, and
encourage developers to contribute both bug fixes and new
implementation code to the API. The combination of the JRL and the JDL
was chosen to facilitate this, while ensuring the integrity and
compatibility of the API.<br>
</p>
<h3><a name="Downloads"></a>Downloads</h3>
<p>Three types of binary builds are available in the <a
href="servlets/ProjectDocumentList">Documents
& Files</a>
section of this project on java.net: Release (or FCS) builds;
Experimental (early access) builds; and Daily/Weekly builds. The latest
release build of Java 3D v1.3.1 is available. A fairly stable
experimental build, labeled as Java 3D v 1.3.2-beta2 is now
available. We will set up daily or weekly builds in the near future.<br>
The javadoc for the beta2 release of 1.3.2 can be found <a href="http://javadesktop.org/java3d/javadoc/1.3.2-beta2/index.html">here</a>, this will be updated
in the future to host the javadoc for various versions.
</p>
<h3><a name="How_to_Contribute"></a>How to Contribute</h3>
<p>We invite developers to contribute to Java 3D. Please refer to
the
<a href="https://java3d.dev.java.net/contribute.html">Contributing to
Java 3D</a> page in the parent java3d project to learn
how to contribute to this project or any other Java 3D-related
project. See the <a href="https://javadesktop.dev.java.net/govern.html">JavaDesktop
Community Governance Guidelines</a> for general guidelines on
participating in JavaDesktop community projects, such as j3d-core.
</p>
<h3><a name="Reporting_Issues"></a>Reporting Issues<br>
</h3>
<p>We have set up 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
Java 3D-related
sub-projects. Please use the above link rather than the Issue Tracker
in this j3d-core project. Refer to the <a
href="https://java3d.dev.java.net/#Reporting_Issues">Reporting
Issues</a> section in the parent java3d project for more information.<br>
</p>
<h3><a name="Feedback_and_Discussion"></a>Feedback and Discussion<br>
</h3>
<p>We have created four Java 3D mailing lists in the parent <a
href="https://java3d.dev.java.net/">java3d</a> project: <span
style="color: blue;">interest 'at' java3d.dev.java.net</span>,
<span style="color: blue;">announce 'at' java3d.dev.java.net</span>,
<span style="color: blue;">issues 'at' java3d.dev.java.net</span>,
and <span style="color: blue;">cvs 'at' java3d.dev.java.net</span>
(replace 'at' with @). <a
href="https://java3d.dev.java.net/servlets/ProjectMailingListList">Click
here to subscribe</a> to any of these lists. The <span
style="font-style: italic;">interest</span> list is an open mailing
list for
discussing all aspects of Java 3D, the reference implementation
for the
Java 3D core, vecmath, utilities, example programs, etc. The <span
style="font-style: italic;">annouce</span> list is a
low-volume moderated mailing list for announcing Java 3D-related
news
and information. The <span style="font-style: italic;">issues</span>
list is for automated issues tracking, and the <span
style="font-style: italic;">cvs</span> list is for automated CVS
change messages (for changes to the parent java3d web pages only).</p>
<p>For those who prefer a forum to a discussion mailing list, we have
created the
<a href="https://java3d.dev.java.net/servlets/ProjectForumView"
target="_blank">Java 3D
forum</a>, hosted as part of the JavaDesktop Community. Messages
posted on the forum are cross-posted to <span style="color: blue;">interest
'at' java3d.dev.java.net</span>
and vice-versa.<br>
</p>
<p>Finally, each sub-project has its own cvs mailing
list. <a href="servlets/ProjectMailingListList">Click here to
subscribe</a> to this list. The <span style="color: blue;">cvs 'at'
j3d-core.dev.java.net</span>
list is for automated CVS change messages and discussion of those
changes.</p>
<h3><a name="Project_Highlights"></a>Project Highlights</h3>
<p><b>Release project Source code</b> </p>
<p>The current, experimental fork of the of the Java 3D source
code is an early access of version 1.3.2. It is
available for download from the CVS repository of this project. The
following page describes the <a
href="https://java3d.dev.java.net/cvs-tags.html">naming scheme for CVS
tags</a> used in this project.<br>
</p>
<p>This source release differs from the the current 1.3.1 release in
the following
ways:<br>
</p>
<ol>
<li>The <code>com.sun.j3d.*</code> packages have been split out into
their own project (<a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a>).</li>
<li>Apache Ant is now used to build Java 3D<br>
</li>
<li>The Headspace AudioEngine has been removed. The JavaSound
AudioEngine, which is not fully functional, is now the only available
AudioDevice<br>
</li>
<li>The internal documentation has been cleaned up for
public
consumption (although <span style="font-weight: bold;">much </span>work
is needed on the actual content)<br>
</li>
<li>Some minor bug fixes have been incorporated<br>
</li>
</ol>
<p>The reason the Headspace AudioEngine was removed is that we do not
have
the rights to ship the source code for the native Headspace sound
mixer. Our plan
going forward is to implement an AudioEngine using <a
href="https://joal.dev.java.net/">JOAL</a>.</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 will release new versions of Java 3D 1.3.x as
needed.
Bug fixes 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>
<p><span style="font-weight: bold;">Java 3D 1.4</span><br>
</p>
<p>We will file a new JSR (or revive the existing <a
href="http://jcp.org/en/jsr/detail?id=189" target="_blank">JSR-189</a>)
under the Java
Community Process (JCP) shortly, and form an Expert Group of community
members to
design and implement the next version of the Java 3D API. We
envision 1.4
including features such as programmable shaders. Our goal is to
minimize large scale changes to the system in order to deliver 1.4 as
quickly as possible. This initial direction could be changed by the
Expert Group.<br>
</p>
<p>17-Sep-2004 - We have just posted a <i>very</i> rough first draft
of what we
are thinking for <a href="j3d1_4/shaders.html">Programmable Shaders in
Java 3D 1.4</a>.<br>
</p>
<p><span style="font-weight: bold;">Java 3D 1.5/2.0</span><br>
</p>
<p>The scope of this release will be driven by the JSR Expert Group.
Our initial
thoughts are that this work will include large scale changes to support
features such as extensibility and pluggable renderers.<br>
</p>
<h3><a name="Project_Suggestions"></a>Project Suggestions</h3>
<p>Here are some project ideas for the j3d-core project. Please see the
<a href="https://j3d-core-utils.dev.java.net/#Project_Suggestions">Project
Suggestions</a> in the <a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a>
project for more ideas.</p>
<ul>
<li>DirectX build environment for MinGW (using gcc)<br>
</li>
<li>DirectX 9 port</li>
</ul>
<h3><a name="Examples"></a>Examples</h3>
<p>The <a href="https://j3d-examples.dev.java.net/">j3d-examples</a>
project includes a set of simple example programs. The <a
href="http://java.sun.com/products/java-media/3D/flythrough.html"
target="_blank">Java 3D
Fly Through v 2.0 Beta</a> sample application shows you how to take
advantage of the capabilities of Java 3D technology. You can
download
the source code via <a href="http://java3d.netbeans.org"
target="_blank">http://java3d.netbeans.org</a>.<br>
</p>
</body>
</html>
|