فهرست منبع

- remove usage of Box mesh constructor with position from BasicGame template
- deprecate Box mesh constructor with position and add cause to javadoc
- BOOYA

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10064 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 12 سال پیش
والد
کامیت
de2a2029af
2فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      BasicGameTemplate/src/mygame/Main.java
  2. BIN
      jme3-templates/src/com/jme3/gde/templates/BasicGameProject.zip

+ 1 - 1
BasicGameTemplate/src/mygame/Main.java

@@ -21,7 +21,7 @@ public class Main extends SimpleApplication {
 
     @Override
     public void simpleInitApp() {
-        Box b = new Box(Vector3f.ZERO, 1, 1, 1);
+        Box b = new Box(1, 1, 1);
         Geometry geom = new Geometry("Box", b);
 
         Material mat = new Material(assetManager, "Common/MatDefs/Misc/Unshaded.j3md");

BIN
jme3-templates/src/com/jme3/gde/templates/BasicGameProject.zip