Trying to start getting the 3D branch to successfully build and run on git and on computers.

Solving maven issues.
This commit is contained in:
Kusal Ekanayake
2017-09-11 18:50:01 +12:00
parent 878c0e0f43
commit 8b9b3a31bd
4 changed files with 60 additions and 43 deletions
+17
View File
@@ -83,6 +83,23 @@
<version>0.2.1</version>
</dependency>
<dependency>
<groupId>com.interactivemesh.jfx.importer.col</groupId>
<artifactId>ColModelImporter</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/libs/JFX3DModelImporters_EA_2014-02-09/jimColModelImporterJFX.jar</systemPath>
</dependency>
<dependency>
<groupId>com.interactivemesh.jfx.importer.stl</groupId>
<artifactId>StlMeshImporter</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/libs/JFX3DModelImporters_EA_2014-02-09/jimStlMeshImporterJFX.jar</systemPath>
</dependency>
</dependencies>
<build>