Searched refs:makeCube (Results 1 – 2 of 2) sorted by relevance
/external/jmonkeyengine/engine/src/test/jme3test/collision/ |
D | TestMousePick.java | 68 shootables.attachChild(makeCube("a Dragon", -2f, 0f, 1f)); in simpleInitApp() 69 shootables.attachChild(makeCube("a tin can", 1f, -2f, 0f)); in simpleInitApp() 70 shootables.attachChild(makeCube("the Sheriff", 0f, 1f, -2f)); in simpleInitApp() 71 shootables.attachChild(makeCube("the Deputy", 1f, 0f, -4f)); in simpleInitApp() 109 protected Geometry makeCube(String name, float x, float y, float z) { in makeCube() method in TestMousePick
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
D | HelloPicking.java | 75 shootables.attachChild(makeCube("a Dragon", -2f, 0f, 1f)); in simpleInitApp() 76 shootables.attachChild(makeCube("a tin can", 1f, -2f, 0f)); in simpleInitApp() 77 shootables.attachChild(makeCube("the Sheriff", 0f, 1f, -2f)); in simpleInitApp() 78 shootables.attachChild(makeCube("the Deputy", 1f, 0f, -4f)); in simpleInitApp() 127 protected Geometry makeCube(String name, float x, float y, float z) { in makeCube() method in HelloPicking
|