Home
last modified time | relevance | path

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

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp12232 if (sbodyHandle) in processCreateUserConstraintCommand()
12234 if (sbodyHandle->m_softBody) in processCreateUserConstraintCommand()
12237 if (nodeIndex >= 0 && nodeIndex < sbodyHandle->m_softBody->m_nodes.size()) in processCreateUserConstraintCommand()
12246 userConstraintData.m_sbNodeMass = sbodyHandle->m_softBody->getMass(nodeIndex); in processCreateUserConstraintCommand()
12247 sbodyHandle->m_softBody->setMass(nodeIndex, 0.0); in processCreateUserConstraintCommand()
12283 sbodyHandle->m_softBody->appendDeformableAnchor(nodeIndex, mbodyHandle->m_rigidBody); in processCreateUserConstraintCommand()
12769 … InternalBodyHandle* sbodyHandle = m_data->m_bodyHandles.getHandle(userConstraintPtr->m_sbHandle); in processCreateUserConstraintCommand() local
12770 if (sbodyHandle) in processCreateUserConstraintCommand()
12772 if (sbodyHandle->m_softBody) in processCreateUserConstraintCommand()
12776sbodyHandle->m_softBody->setMass(userConstraintPtr->m_sbNodeIndex, userConstraintPtr->m_sbNodeMass… in processCreateUserConstraintCommand()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp12232 if (sbodyHandle) in processCreateUserConstraintCommand()
12234 if (sbodyHandle->m_softBody) in processCreateUserConstraintCommand()
12237 if (nodeIndex >= 0 && nodeIndex < sbodyHandle->m_softBody->m_nodes.size()) in processCreateUserConstraintCommand()
12246 userConstraintData.m_sbNodeMass = sbodyHandle->m_softBody->getMass(nodeIndex); in processCreateUserConstraintCommand()
12247 sbodyHandle->m_softBody->setMass(nodeIndex, 0.0); in processCreateUserConstraintCommand()
12283 sbodyHandle->m_softBody->appendDeformableAnchor(nodeIndex, mbodyHandle->m_rigidBody); in processCreateUserConstraintCommand()
12769 … InternalBodyHandle* sbodyHandle = m_data->m_bodyHandles.getHandle(userConstraintPtr->m_sbHandle); in processCreateUserConstraintCommand() local
12770 if (sbodyHandle) in processCreateUserConstraintCommand()
12772 if (sbodyHandle->m_softBody) in processCreateUserConstraintCommand()
12776sbodyHandle->m_softBody->setMass(userConstraintPtr->m_sbNodeIndex, userConstraintPtr->m_sbNodeMass… in processCreateUserConstraintCommand()
[all …]