ogre-next icon indicating copy to clipboard operation
ogre-next copied to clipboard

Not Implemented assertion in TagPoint::updateFromParentImpl

Open crjc opened this issue 2 years ago • 1 comments

https://github.com/OGRECave/ogre-next/blob/53c235437f2c7d4d22ae3e25caf7c85a5d3bc9e2/OgreMain/src/Animation/OgreTagPoint.cpp#L108

Just noticed TagPoint::updateFromParentImpl hasn't been implemented, so I'm getting a failed assertion when using getWorldAabbUpdated() on a movable object. Is there a reason for this not being implemented?

crjc avatar Nov 07 '21 18:11 crjc

IIRC the problem was that walking up the hierarchy there was a "missing link" between the SceneNode and the Bone.

i.e.

  • SceneNode owning the MovableObject that owns the SkeletonInstance
    • Bone
      • TagPoint

It wasn't impossible, it was just too much work (I think) thus it never got implemented.

darksylinc avatar Nov 07 '21 22:11 darksylinc