HomeSort by relevance Sort by last modified time
    Searched refs:makeCube (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/collision/
TestMousePick.java 68 shootables.attachChild(makeCube("a Dragon", -2f, 0f, 1f));
69 shootables.attachChild(makeCube("a tin can", 1f, -2f, 0f));
70 shootables.attachChild(makeCube("the Sheriff", 0f, 1f, -2f));
71 shootables.attachChild(makeCube("the Deputy", 1f, 0f, -4f));
109 protected Geometry makeCube(String name, float x, float y, float z) {
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloPicking.java 75 shootables.attachChild(makeCube("a Dragon", -2f, 0f, 1f));
76 shootables.attachChild(makeCube("a tin can", 1f, -2f, 0f));
77 shootables.attachChild(makeCube("the Sheriff", 0f, 1f, -2f));
78 shootables.attachChild(makeCube("the Deputy", 1f, 0f, -4f));
127 protected Geometry makeCube(String name, float x, float y, float z) {

Completed in 59 milliseconds