MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / pickBody

Method pickBody

examples/SharedMemory/PhysicsServerSharedMemory.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288bool PhysicsServerSharedMemory::pickBody(const btVector3& rayFromWorld, const btVector3& rayToWorld)
289{
290 return m_data->m_commandProcessor->pickBody(rayFromWorld, rayToWorld);
291}
292
293bool PhysicsServerSharedMemory::movePickedBody(const btVector3& rayFromWorld, const btVector3& rayToWorld)
294{

Callers 1

MotionThreadFuncFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected