mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
minor cleanup
This commit is contained in:
parent
f5d24a87ca
commit
8886f48c78
1 changed files with 1 additions and 3 deletions
|
@ -57,12 +57,10 @@ public:
|
|||
EntityEditPacketSender* getPacketSender() { return _entityPacketSender; }
|
||||
|
||||
private:
|
||||
// incoming changes to physics simulation
|
||||
SetOfEntities _entitiesToRemoveFromPhysics;
|
||||
SetOfEntities _entitiesToAddToPhysics; // entities to be be added to PhysicsEngine (and a their EntityMotionState created)
|
||||
SetOfEntityMotionStates _pendingChanges; // EntityMotionStates already in PhysicsEngine that need their physics changed
|
||||
|
||||
// outgoing changes from physics simulation
|
||||
SetOfEntityMotionStates _pendingChanges; // EntityMotionStates already in PhysicsEngine that need their physics changed
|
||||
SetOfEntityMotionStates _outgoingChanges; // EntityMotionStates for which we need to send updates to entity-server
|
||||
|
||||
SetOfMotionStates _physicalObjects; // MotionStates of entities in PhysicsEngine
|
||||
|
|
Loading…
Reference in a new issue