| 291 | } |
| 292 | |
| 293 | bool PhysicsServerSharedMemory::movePickedBody(const btVector3& rayFromWorld, const btVector3& rayToWorld) |
| 294 | { |
| 295 | return m_data->m_commandProcessor->movePickedBody(rayFromWorld, rayToWorld); |
| 296 | } |
| 297 | void PhysicsServerSharedMemory::removePickingConstraint() |
| 298 | { |
| 299 | m_data->m_commandProcessor->removePickingConstraint(); |