Home
last modified time | relevance | path

Searched refs:segmentationMask (Results 1 – 8 of 8) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsClientExample.cpp906 int segmentationMask = imageData.m_segmentationMaskValues[segmentationMaskPixelIndex]; in stepSimulation() local
911 if (segmentationMask >= 0) in stepSimulation()
913 int obIndex = segmentationMask & ((1 << 24) - 1); in stepSimulation()
914 int linkIndex = (segmentationMask >> 24) - 1; in stepSimulation()
H A DPhysicsServerExample.cpp2433 …int segmentationMask = m_multiThreadedHelper->m_segmentationMaskBuffer[segmentationMaskPixelIndex …
2438 if (segmentationMask >= 0)
2440 int obIndex = segmentationMask & ((1 << 24) - 1);
2441 int linkIndex = (segmentationMask >> 24) - 1;
H A DPhysicsServerCommandProcessor.cpp3238 int segmentationMask = bodyUniqueId; in processImportedObjects() local
3252 m_data->m_graphicsIndexToSegmentationMask[graphicsIndex] = segmentationMask; in processImportedObjects()
3306 int segmentationMask = bodyUniqueId + ((linkIndex + 1) << 24); in processImportedObjects() local
3307 m_data->m_graphicsIndexToSegmentationMask[graphicsIndex] = segmentationMask; in processImportedObjects()
3350 int segmentationMask = bodyUniqueId; in processImportedObjects() local
3363 m_data->m_graphicsIndexToSegmentationMask[graphicsIndex] = segmentationMask; in processImportedObjects()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsClientExample.cpp906 int segmentationMask = imageData.m_segmentationMaskValues[segmentationMaskPixelIndex]; in stepSimulation() local
911 if (segmentationMask >= 0) in stepSimulation()
913 int obIndex = segmentationMask & ((1 << 24) - 1); in stepSimulation()
914 int linkIndex = (segmentationMask >> 24) - 1; in stepSimulation()
H A DPhysicsServerExample.cpp2433 …int segmentationMask = m_multiThreadedHelper->m_segmentationMaskBuffer[segmentationMaskPixelIndex …
2438 if (segmentationMask >= 0)
2440 int obIndex = segmentationMask & ((1 << 24) - 1);
2441 int linkIndex = (segmentationMask >> 24) - 1;
H A DPhysicsServerCommandProcessor.cpp3238 int segmentationMask = bodyUniqueId; in processImportedObjects() local
3252 m_data->m_graphicsIndexToSegmentationMask[graphicsIndex] = segmentationMask; in processImportedObjects()
3306 int segmentationMask = bodyUniqueId + ((linkIndex + 1) << 24); in processImportedObjects() local
3307 m_data->m_graphicsIndexToSegmentationMask[graphicsIndex] = segmentationMask; in processImportedObjects()
3350 int segmentationMask = bodyUniqueId; in processImportedObjects() local
3363 m_data->m_graphicsIndexToSegmentationMask[graphicsIndex] = segmentationMask; in processImportedObjects()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/plugins/eglPlugin/
H A DeglRendererVisualShapeConverter.cpp996 int segmentationMask = bodyUniqueId + ((linkIndex + 1) << 24); in registerShapeAndInstance() local
1006 m_data->m_graphicsIndexToSegmentationMask[graphicsIndex] = segmentationMask; in registerShapeAndInstance()
1295 int segmentationMask = bodyUniqueId + ((linkIndex + 1) << 24); in convertVisualShapes() local
1310 m_data->m_graphicsIndexToSegmentationMask[graphicsIndex] = segmentationMask; in convertVisualShapes()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/plugins/eglPlugin/
H A DeglRendererVisualShapeConverter.cpp996 int segmentationMask = bodyUniqueId + ((linkIndex + 1) << 24); in registerShapeAndInstance() local
1006 m_data->m_graphicsIndexToSegmentationMask[graphicsIndex] = segmentationMask; in registerShapeAndInstance()
1295 int segmentationMask = bodyUniqueId + ((linkIndex + 1) << 24); in convertVisualShapes() local
1310 m_data->m_graphicsIndexToSegmentationMask[graphicsIndex] = segmentationMask; in convertVisualShapes()