From f2078b644038347900c272312c46abb079affdac Mon Sep 17 00:00:00 2001 From: Philip Jordan Date: Mon, 2 Sep 2019 08:54:53 +1200 Subject: Update README.md --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 505fef0..1304c31 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 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 +## Building Java3D The instructions below are based on eclipse, however they should work on most common IDE's @@ -23,15 +23,15 @@ Expand the Maven group and select Existing Maven Project and click Next For Root directory click Browse and find the root folder that you cloned the repo into There should be a pom.xml that is ticked in the Projects area Click Finish -Repeat for java3d-utils using -https://github.com/philjord/java3d-utils.git -Repeat for vecmath using -https://github.com/philjord/vecmath.git - -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 +Repeat for java3d-utils using +https://github.com/philjord/java3d-utils.git +Repeat for vecmath using +https://github.com/philjord/vecmath.git + +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 @@ -43,13 +43,13 @@ org.jdesktop.j3d.examples.hello_universe.HelloUniverse.java Run as ... Java Application You should see Java3D working -##Documentation +## Documentation -###Javadocs +### Javadocs https://jogamp.org/wiki/index.php?title=Java3D_API_Documentation -###Basic overview guide +### Basic overview guide For the best kick off point see [/docs/tutorial/](/docs/tutorial/) For a description of performance see [/docs/perf_guide.txt](/docs/perf_guide.txt) @@ -57,14 +57,14 @@ Old Java3d project site with lots of information Using the newer ES2/ES3 pipeline [/docs/GL2ES2PipelineUsageGuide.md](/docs/GL2ES2PipelineUsageGuide.md) -###Tutorials +### Tutorials -###FAQ +### FAQ -###General assistance +### General assistance contact the forum at -- cgit v1.2.3