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 |
Java3D ReadmeThe 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. Building Java3DThe instructions below are based on eclipse, however they should work on most common IDE's Clone the repo using https://github.com/philjord/java3d-core.git
Make note of the root folder you use Once that's done it's likely you'll need to If you are new to Java3D then it might be good to repeat the clone import step for java3d-examples too, using https://github.com/philjord/java3d-examples.git Now if you right click on DocumentationJavadocshttps://jogamp.org/wiki/index.php?title=Java3D_API_Documentation Basic overview guideFor the best kick off point see /docs/tutorial/ Tutorialshttp://www.java3d.org/tutorial.html FAQhttp://jogamp.org/wiki/index.php/Java3D_FAQ General assistancecontact the forum at |