Home
last modified time | relevance | path

Searched refs:numStreamingRays (Results 1 – 2 of 2) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp6490 const int numStreamingRays = clientCmd.m_requestRaycastIntersections.m_numStreamingRays; in processRequestRaycastIntersectionsCommand() local
6491 const int totalRays = numCommandRays + numStreamingRays; in processRequestRaycastIntersectionsCommand()
6513 if (numStreamingRays) in processRequestRaycastIntersectionsCommand()
6515 memcpy(&rays[numCommandRays], bufferServerToClient, numStreamingRays * sizeof(b3RayData)); in processRequestRaycastIntersectionsCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp6490 const int numStreamingRays = clientCmd.m_requestRaycastIntersections.m_numStreamingRays; in processRequestRaycastIntersectionsCommand() local
6491 const int totalRays = numCommandRays + numStreamingRays; in processRequestRaycastIntersectionsCommand()
6513 if (numStreamingRays) in processRequestRaycastIntersectionsCommand()
6515 memcpy(&rays[numCommandRays], bufferServerToClient, numStreamingRays * sizeof(b3RayData)); in processRequestRaycastIntersectionsCommand()