OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dirGeom
(Results
1 - 3
of
3
) sorted by null
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
VehicleControl.java
207
Geometry
dirGeom
= (Geometry) debugNode.getChild("WheelDirectionDebugShape" + i);
217
Arrow dirArrow = (Arrow)
dirGeom
.getMesh();
220
dirGeom
.setLocalTranslation(location);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsVehicle.java
528
Geometry
dirGeom
= new Geometry("WheelDirectionDebugShape" + i, dirArrow);
531
dirGeom
.setLocalTranslation(location);
535
dirGeom
.setMaterial(debugMaterialGreen);
539
node.attachChild(
dirGeom
);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsVehicle.java
511
Geometry
dirGeom
= new Geometry("WheelDirectionDebugShape" + i, dirArrow);
514
dirGeom
.setLocalTranslation(location);
518
dirGeom
.setMaterial(debugMaterialGreen);
522
node.attachChild(
dirGeom
);
Completed in 199 milliseconds