Home | History | Annotate | Download | only in batching

Lines Matching full:cube2

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;
89 cube2.setLocalTranslation(FastMath.sin(-time)*3, FastMath.cos(time)*3, 0);
90 cube2.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Z));
91 cube2.setLocalScale(Math.max(FastMath.sin(time),0.5f));