| 147 | } |
| 148 | |
| 149 | void Physics3DComponent::preSimulate() |
| 150 | { |
| 151 | if (((int)_syncFlag & (int)Physics3DComponent::PhysicsSyncFlag::NODE_TO_PHYSICS) && _physics3DObj && _owner) |
| 152 | { |
| 153 | syncNodeToPhysics(); |
| 154 | } |
| 155 | } |
| 156 | |
| 157 | void Physics3DComponent::postSimulate() |
| 158 | { |