Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
DPhysicsCollisionObject.java60 protected Material debugMaterialGreen; field in PhysicsCollisionObject
166 debugMaterialGreen = new Material(manager, "Common/MatDefs/Misc/Unshaded.j3md"); in attachDebugShape()
167 debugMaterialGreen.getAdditionalRenderState().setWireframe(true); in attachDebugShape()
168 debugMaterialGreen.setColor("Color", ColorRGBA.Green); in attachDebugShape()
177 debugArrowGeom.setMaterial(debugMaterialGreen); in attachDebugShape()
192 debugMaterialGreen = material; in attachDebugShape()
197 debugArrowGeom.setMaterial(debugMaterialGreen); in attachDebugShape()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
DPhysicsCollisionObject.java63 protected Material debugMaterialGreen; field in PhysicsCollisionObject
186 debugMaterialGreen = new Material(manager, "Common/MatDefs/Misc/Unshaded.j3md"); in attachDebugShape()
187 debugMaterialGreen.getAdditionalRenderState().setWireframe(true); in attachDebugShape()
188 debugMaterialGreen.setColor("Color", ColorRGBA.Green); in attachDebugShape()
197 debugArrowGeom.setMaterial(debugMaterialGreen); in attachDebugShape()
212 debugMaterialGreen = material; in attachDebugShape()
217 debugArrowGeom.setMaterial(debugMaterialGreen); in attachDebugShape()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsVehicle.java517 locGeom.setMaterial(debugMaterialGreen); in getDebugShape()
518 dirGeom.setMaterial(debugMaterialGreen); in getDebugShape()
519 axleGeom.setMaterial(debugMaterialGreen); in getDebugShape()
520 wheelGeom.setMaterial(debugMaterialGreen); in getDebugShape()
DPhysicsRigidBody.java645 geom.setMaterial(debugMaterialGreen); in getDebugShape()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsVehicle.java534 locGeom.setMaterial(debugMaterialGreen); in getDebugShape()
535 dirGeom.setMaterial(debugMaterialGreen); in getDebugShape()
536 axleGeom.setMaterial(debugMaterialGreen); in getDebugShape()
537 wheelGeom.setMaterial(debugMaterialGreen); in getDebugShape()
DPhysicsRigidBody.java694 geom.setMaterial(debugMaterialGreen); in getDebugShape()