Searched refs:brickHeight (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestBrickTower.java73 static float brickWidth = .75f, brickHeight = .25f, brickDepth = .25f; field in class:TestBrickTower
103 brick = new Box(Vector3f.ZERO, brickWidth, brickHeight, brickDepth);
154 tempY+=brickHeight*2;
156 tempY=brickHeight;
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
H A DHelloPhysics.java83 private static final float brickHeight = 0.12f; field in class:HelloPhysics
90 box = new Box(Vector3f.ZERO, brickLength, brickHeight, brickWidth);
174 new Vector3f(i * brickLength * 2 + startpt, brickHeight + height, 0);
178 height += 2 * brickHeight;
/external/jmonkeyengine/engine/src/test/jme3test/batching/
H A DTestBatchNodeTower.java77 static float brickWidth = .75f, brickHeight = .25f, brickDepth = .25f; field in class:TestBatchNodeTower
111 brick = new Box(Vector3f.ZERO, brickWidth, brickHeight, brickDepth);
168 tempY+=brickHeight*2;
170 tempY=brickHeight;

Completed in 79 milliseconds