Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 ogre 项目中使用 Prefab Cube,我想将其设置为 10x10x10。我看到的唯一方法是使用setScale,但我不知道场景节点的初始尺寸。我在食人魔论坛上发现了一些旧主题,但它们依赖于边界框,而边界框显然随着时间而改变。
setScale
如果您查看 OGRE 源代码,您可以看到默认大小为 100。
有关参考,请参见OgrePrefabFactory.cpp中的createPlane()、createCube()和createSphere()。