Quellcode durchsuchen

Fixed link to missing model in TestTransparentCartoonEdge and TestTransparentSSAO

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8918 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
sky..ok vor 14 Jahren
Ursprung
Commit
459f3ba4dd

+ 1 - 1
engine/src/test/jme3test/post/TestTransparentCartoonEdge.java

@@ -44,7 +44,7 @@ public class TestTransparentCartoonEdge extends SimpleApplication {
         rootNode.attachChild(geom);
         rootNode.attachChild(geom);
 
 
         // create the geometry and attach it
         // create the geometry and attach it
-        Spatial teaGeom = assetManager.loadModel("Models/Tree/Tree2.mesh.xml");
+        Spatial teaGeom = assetManager.loadModel("Models/Tree/Tree.mesh.j3o");
         teaGeom.setQueueBucket(Bucket.Transparent);
         teaGeom.setQueueBucket(Bucket.Transparent);
         teaGeom.setShadowMode(ShadowMode.Cast);
         teaGeom.setShadowMode(ShadowMode.Cast);
         makeToonish(teaGeom);
         makeToonish(teaGeom);

+ 1 - 1
engine/src/test/jme3test/post/TestTransparentSSAO.java

@@ -42,7 +42,7 @@ public class TestTransparentSSAO extends SimpleApplication {
         rootNode.attachChild(geom);
         rootNode.attachChild(geom);
 
 
         // create the geometry and attach it
         // create the geometry and attach it
-        Spatial teaGeom = assetManager.loadModel("Models/Tree/Tree2.mesh.xml");
+        Spatial teaGeom = assetManager.loadModel("Models/Tree/Tree.mesh.j3o");
         teaGeom.setQueueBucket(Bucket.Transparent);
         teaGeom.setQueueBucket(Bucket.Transparent);
         teaGeom.setShadowMode(ShadowMode.Cast);
         teaGeom.setShadowMode(ShadowMode.Cast);