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 |
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 Java3D The 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 Right click on pom.xml -> Run As -> Maven clean then Right click on pom.xml -> Run As -> Maven generate sources This should place a derived version of VersionInfo.java into /java3d-core/target/generated-sources/java-templates 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 ##Documentation ###Javadocs ###Basic overview guide For the best kick off point see /docs/tutorial/ ###Tutorials ###FAQ ###General assistance |