Searched refs:shootables (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/collision/
H A DTestMousePick.java57 Node shootables; field in class:TestMousePick
66 shootables = new Node("Shootables");
67 rootNode.attachChild(shootables);
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));
72 shootables.attachChild(makeFloor());
73 shootables.attachChild(makeCharacter());
84 shootables
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
H A DHelloPicking.java63 Node shootables; field in class:HelloPicking
73 shootables = new Node("Shootables");
74 rootNode.attachChild(shootables);
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));
79 shootables.attachChild(makeFloor());
80 shootables.attachChild(makeCharacter());
100 shootables
[all...]

Completed in 83 milliseconds