Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
DPhysicsCollisionObject.java61 protected Material debugMaterialYellow; field in PhysicsCollisionObject
172 debugMaterialYellow = new Material(manager, "Common/MatDefs/Misc/Unshaded.j3md"); in attachDebugShape()
173 debugMaterialYellow.getAdditionalRenderState().setWireframe(true); in attachDebugShape()
174 debugMaterialYellow.setColor("Color", ColorRGBA.Yellow); in attachDebugShape()
194 debugMaterialYellow = material; in attachDebugShape()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
DPhysicsCollisionObject.java64 protected Material debugMaterialYellow; field in PhysicsCollisionObject
192 debugMaterialYellow = new Material(manager, "Common/MatDefs/Misc/Unshaded.j3md"); in attachDebugShape()
193 debugMaterialYellow.getAdditionalRenderState().setWireframe(true); in attachDebugShape()
194 debugMaterialYellow.setColor("Color", ColorRGBA.Yellow); in attachDebugShape()
214 debugMaterialYellow = material; in attachDebugShape()