mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user