Home
last modified time | relevance | path

Searched refs:putBox (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/model/shape/
DTestDebugShapes.java69 public void putBox(Vector3f pos, float size, ColorRGBA color){ in putBox() method in TestDebugShapes
90 putBox(new Vector3f(2, 0, 0), 0.5f, ColorRGBA.Yellow); in simpleInitApp()