|
@@ -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");
|