WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

philjord/java3d-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java3D Readme

The source code for the j3d-core project is copyrighted code that is licensed to individuals or companies who download or otherwise access the code.

The copyright notice for this project is in COPYRIGHT.txt

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

Additional information and license restrictions for third party source code are found in the THIRDPARTY-LICENSE-*.txt files.

Including Java3D

Java3D 1.7.2 is now mavenised on Maven Central just include a dependency in your pom.xml like so

<dependencies>	
	<dependency>		
		<groupId>org.jogamp.java3d</groupId>			
		<artifactId>java3d-core</artifactId>			
		<version>1.7.2</version>			
	</dependency>		
	...	
</dependencies> 

Documentation

Javadocs

https://jogamp.org/wiki/index.php?title=Java3D_API_Documentation

Basic overview guide

For the best kick off point see /docs/tutorial/
For a description of performance see /docs/perf_guide.txt
Old Java3d project site with lots of information https://java.net/projects/java3d
General technical tips https://java.net/projects/java3d/pages/Java3DApplicationDev
Using the newer ES2/ES3 pipeline /docs/GL2ES2PipelineUsageGuide.md

Tutorials

http://www.java3d.org/tutorial.html

FAQ

http://jogamp.org/wiki/index.php/Java3D_FAQ

General assistance

contact the forum at
http://forum.jogamp.org/

About

Fork of the javax.media.j3d package

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.txt
Unknown
LICENSE-SPEC.html

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.1%
  • HTML 1.9%