Home
last modified time | relevance | path

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

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp2297 if (visHandle) in getLinkColor2()
2299 for (int i = 0; i < visHandle->m_visualShapes.size(); i++) in getLinkColor2()
2301 if (visHandle->m_visualShapes[i].m_geometry.m_hasLocalMaterial) in getLinkColor2()
2493 if (visHandle) in convertLinkVisualShapes()
2495 if (visHandle->m_OpenGLGraphicsIndex >= 0) in convertLinkVisualShapes()
2498 graphicsIndex = visHandle->m_OpenGLGraphicsIndex; in convertLinkVisualShapes()
2502 for (int v = 0; v < visHandle->m_visualShapes.size(); v++) in convertLinkVisualShapes()
2534 visHandle->m_OpenGLGraphicsIndex = graphicsIndex; in convertLinkVisualShapes()
2565 if (visHandle) in convertLinkVisualShapes2()
2567 for (int i = 0; i < visHandle->m_visualShapes.size(); i++) in convertLinkVisualShapes2()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp2297 if (visHandle) in getLinkColor2()
2299 for (int i = 0; i < visHandle->m_visualShapes.size(); i++) in getLinkColor2()
2301 if (visHandle->m_visualShapes[i].m_geometry.m_hasLocalMaterial) in getLinkColor2()
2493 if (visHandle) in convertLinkVisualShapes()
2495 if (visHandle->m_OpenGLGraphicsIndex >= 0) in convertLinkVisualShapes()
2498 graphicsIndex = visHandle->m_OpenGLGraphicsIndex; in convertLinkVisualShapes()
2502 for (int v = 0; v < visHandle->m_visualShapes.size(); v++) in convertLinkVisualShapes()
2534 visHandle->m_OpenGLGraphicsIndex = graphicsIndex; in convertLinkVisualShapes()
2565 if (visHandle) in convertLinkVisualShapes2()
2567 for (int i = 0; i < visHandle->m_visualShapes.size(); i++) in convertLinkVisualShapes2()
[all …]