aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 7c9e48b9bbbdc10848bea0dd80a14e8e6381342b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

Java3D Examples Readme

This project contains the source code for the Java3D example programs.

The source code for j3d-examples is licensed under a Berkely Software Distribution (BSD) License.

The copyright notice for this project is in COPYRIGHT.txt

The source code license information for this project is in LICENSE.txt

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.

Related projects include: java3d-core (the core 3D package), vecmath (the 3D vector math package), and java3d-utils (the 3D core utilities).
Developers should refer to the java3d-core readme.md file for information on downloading the source code and building j3d-examples.