Is there a fully featured OBB class for Ogre3D?

六月ゝ 毕业季﹏ 提交于 2020-01-04 05:14:08

问题


Is there a fully featured OBB class for Ogre3D? I don't think there is one by default but I am looking for an alternative which has all the features of the AxisAlignedBox class.

Thanks


回答1:


There are implementations around, which are not integrated in Ogre's core, since this is usually covered by physics engines and does not fall into the main area of a rendering engine:

One implementation example can be found in the Ore wiki article Object Bounding Box. Its talk page, also got a few helpful code lines.



来源:https://stackoverflow.com/questions/14897752/is-there-a-fully-featured-obb-class-for-ogre3d

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!