|
@@ -16,6 +16,16 @@
|
|
|
//
|
|
//
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
|
|
+// Function : clear_physics_object
|
|
|
|
|
+// Access : Public
|
|
|
|
|
+// Description : encapsulating wrapper
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
|
|
+INLINE void LinearControlForce::
|
|
|
|
|
+clear_physics_object() {
|
|
|
|
|
+ _physics_object = (const PhysicsObject*)NULL;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function : set_physics_object
|
|
// Function : set_physics_object
|
|
|
// Access : Public
|
|
// Access : Public
|