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

Function b3GetCameraImageData

examples/SharedMemory/PhysicsClientC_API.cpp:4813–4820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4811}
4812
4813B3_SHARED_API void b3GetCameraImageData(b3PhysicsClientHandle physClient, struct b3CameraImageData* imageData)
4814{
4815 PhysicsClient* cl = (PhysicsClient*)physClient;
4816 if (cl)
4817 {
4818 cl->getCachedCameraImage(imageData);
4819 }
4820}
4821
4822///request an contact point information
4823B3_SHARED_API b3SharedMemoryCommandHandle b3InitRequestContactPointInformation(b3PhysicsClientHandle physClient)

Callers 4

pybullet_getCameraImageFunction · 0.85
getCameraImageMethod · 0.85
stepSimulationMethod · 0.85

Calls 1

getCachedCameraImageMethod · 0.45

Tested by

no test coverage detected