Home
last modified time | relevance | path

Searched refs:pMovable (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreEntity.h274 void attachObjectImpl(MovableObject *pMovable, TagPoint *pAttachingPoint);
562 MovableObject *pMovable,
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreEntity.h282 void attachObjectImpl(MovableObject *pMovable, TagPoint *pAttachingPoint);
582 MovableObject *pMovable,
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreEntity.cpp1499 …TagPoint* Entity::attachObjectToBone(const String &boneName, MovableObject *pMovable, const Quater… in attachObjectToBone() argument
1501 if (mChildObjectList.find(pMovable->getName()) != mChildObjectList.end()) in attachObjectToBone()
1504 "An object with the name " + pMovable->getName() + " already attached", in attachObjectToBone()
1507 if(pMovable->isAttached()) in attachObjectToBone()
1527 tp->setChildObject(pMovable); in attachObjectToBone()
1529 attachObjectImpl(pMovable, tp); in attachObjectToBone()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreEntity.cpp1432 …TagPoint* Entity::attachObjectToBone(const String &boneName, MovableObject *pMovable, const Quater… in attachObjectToBone() argument
1434 if (mChildObjectList.find(pMovable->getName()) != mChildObjectList.end()) in attachObjectToBone()
1437 "An object with the name " + pMovable->getName() + " already attached", in attachObjectToBone()
1440 if(pMovable->isAttached()) in attachObjectToBone()
1460 tp->setChildObject(pMovable); in attachObjectToBone()
1462 attachObjectImpl(pMovable, tp); in attachObjectToBone()