Skip to content

Commit

Permalink
Merge pull request jMonkeyEngine#639 from tonihele/bugfix/issue-638
Browse files Browse the repository at this point in the history
Also include the JSON GSON implementation for gLTF model loading
  • Loading branch information
tonihele authored Dec 18, 2024
2 parents eaa73cf + 731b800 commit d688e6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BasicGameTemplate/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ javac.classpath=\
${libs.jme3-terrain.classpath}:\
${libs.jme3-jbullet.classpath}:\
${libs.jme3-awt-dialogs.classpath}:\
${libs.jme3-plugins-json.classpath}
${libs.jme3-plugins-json.classpath}:\
${libs.jme3-plugins-json-gson.classpath}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
Expand Down
1 change: 1 addition & 0 deletions JME3TestsTemplate/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jar.compress=false
javac.classpath=\
${libs.jme3-jogg.classpath}:\
${libs.jme3-plugins-json.classpath}:\
${libs.jme3-plugins-json-gson.classpath}:\
${libs.jme3-networking.classpath}:\
${libs.jme3-plugins.classpath}:\
${libs.jme3-core.classpath}:\
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies {
corelibs dep("org.jmonkeyengine:jme3-desktop:$jmeVersion-$jmeVersionTag", true, true)
corelibs dep("org.jmonkeyengine:jme3-awt-dialogs:$jmeVersion-$jmeVersionTag", true, true)
corelibs dep("org.jmonkeyengine:jme3-plugins-json:$jmeVersion-$jmeVersionTag", true, true)
corelibs dep("org.jmonkeyengine:jme3-plugins-json-gson:$jmeVersion-$jmeVersionTag", true, true)
corelibs dep("org.jmonkeyengine:jme3-lwjgl:$jmeVersion-$jmeVersionTag", true, true)
corelibs dep("org.jmonkeyengine:jme3-effects:$jmeVersion-$jmeVersionTag", true, true)
corelibs dep("com.github.stephengold:Minie:8.2.0", true, true) // replacement for bullet-native
Expand Down

0 comments on commit d688e6c

Please sign in to comment.