Jelajahi Sumber

Fixed link to missing model in TestTransparentShadow

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8917 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
sky..ok 14 tahun lalu
induk
melakukan
ef083e477f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      engine/src/test/jme3test/light/TestTransparentShadow.java

+ 1 - 1
engine/src/test/jme3test/light/TestTransparentShadow.java

@@ -76,7 +76,7 @@ public class TestTransparentShadow 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);