Searched refs:actionObject (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_PhysicsSpace.cpp233 btActionInterface* actionObject = reinterpret_cast<btActionInterface*>(objectId); local
239 if (actionObject == NULL) {
244 space->getDynamicsWorld()->addAction(actionObject);
255 btActionInterface* actionObject = reinterpret_cast<btActionInterface*>(objectId); local
261 if (actionObject == NULL) {
266 space->getDynamicsWorld()->removeAction(actionObject);
277 btActionInterface* actionObject = reinterpret_cast<btActionInterface*>(objectId); local
283 if (actionObject == NULL) {
288 space->getDynamicsWorld()->addVehicle(actionObject);
299 btActionInterface* actionObject local
[all...]

Completed in 326 milliseconds