Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/test/jme3test/animation/
DTestMotionPath.java80 path.enableDebugShape(assetManager, rootNode); in simpleInitApp()
159 path.enableDebugShape(assetManager, rootNode); in initInputs()
DTestCameraMotionPath.java84 path.enableDebugShape(assetManager, rootNode); in simpleInitApp()
165 path.enableDebugShape(assetManager, rootNode); in initInputs()
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
DMotionPath.java272 public void enableDebugShape(AssetManager manager, Node rootNode) { in enableDebugShape() method in MotionPath