mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
12a4b651b5
commit
de5a933a9c
@ -43,7 +43,8 @@ protected:
|
||||
// is still of course contained in the _physics_objects vector, but
|
||||
// this is kind of a quicker way there.
|
||||
PhysicsObject *_phys_body;
|
||||
public:
|
||||
|
||||
PUBLISHED:
|
||||
Physical(int ttl_objects = 1, bool pre_alloc = false);
|
||||
Physical(const Physical& copy);
|
||||
|
||||
@ -67,6 +68,7 @@ public:
|
||||
INLINE void remove_linear_force(LinearForce *f);
|
||||
INLINE void remove_angular_force(AngularForce *f);
|
||||
|
||||
public:
|
||||
friend class PhysicsManager;
|
||||
friend class PhysicalNode;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user