TestBatchNode.java | 56 cube2 = new Geometry("cube2", box); 57 cube2.setMaterial(mat); 60 TangentBinormalGenerator.generate(cube2); 64 // n.attachChild(cube2); 66 batch.attachChild(cube2); 71 cube2.setLocalTranslation(0, 3, 0); 82 Geometry cube2; field in class:TestBatchNode 89 cube2.setLocalTranslation(FastMath.sin(-time)*3, FastMath.cos(time)*3, 0); 90 cube2.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Z)) [all...] |