Skip to content

Commit

Permalink
stop testing v3.7.0-beta1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 16, 2024
1 parent 499f03a commit a952601
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ public void simpleInitApp() {
*/
Node sceneNode = (Node) assetManager.loadModel(
"Models/CandyDish/CandyDish.glb");
//writeToJ3O(sceneNode, "Models/CandyDish/CandyDish.j3o");
Node candyDishNode1 = (Node) (sceneNode.getChild(0));
Node candyDish = (Node) (candyDishNode1.getChild(0));
writeToJ3O(candyDish, "Models/CandyDish/CandyDish.j3o");
writeToJ3O(sceneNode, "Models/CandyDish/CandyDish.j3o");
//Node candyDishNode1 = (Node) (sceneNode.getChild(0));
//Node candyDish = (Node) (candyDishNode1.getChild(0));
//writeToJ3O(candyDish, "Models/CandyDish/CandyDish.j3o");
/*
* Import the Oto model (by OtoTheCleaner)
* from jme3-testdata-3.1.0-stable.jar:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[versions]

checkstyle = "9.3"
jme = "3.7.0-beta1.2.2"
jme = "3.6.1-stable"

[libraries]

Expand Down

0 comments on commit a952601

Please sign in to comment.