Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
DPhysicsCollisionObject.java57 protected Geometry debugArrowGeom; field in PhysicsCollisionObject
176 debugArrowGeom = new Geometry("DebugArrow", debugArrow); in attachDebugShape()
177 debugArrowGeom.setMaterial(debugMaterialGreen); in attachDebugShape()
196 debugArrowGeom = new Geometry("DebugArrow", debugArrow); in attachDebugShape()
197 debugArrowGeom.setMaterial(debugMaterialGreen); in attachDebugShape()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
DPhysicsCollisionObject.java60 protected Geometry debugArrowGeom; field in PhysicsCollisionObject
196 debugArrowGeom = new Geometry("DebugArrow", debugArrow); in attachDebugShape()
197 debugArrowGeom.setMaterial(debugMaterialGreen); in attachDebugShape()
216 debugArrowGeom = new Geometry("DebugArrow", debugArrow); in attachDebugShape()
217 debugArrowGeom.setMaterial(debugMaterialGreen); in attachDebugShape()