Searched refs:debugMaterialYellow (Results 1 – 2 of 2) sorted by relevance
61 protected Material debugMaterialYellow; field in PhysicsCollisionObject172 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()
64 protected Material debugMaterialYellow; field in PhysicsCollisionObject192 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()