OpenSceneGraph:从3D模型转换“对象”

时间:2015-05-17 21:07:05

标签: c++ animation graphics transform openscenegraph

我有一个ac3d模型文件,其中包含对象的分组和命名。我如何使用osg转换这些特定对象(而不是整个模型)?

有没有办法可以在模型中用对象创建节点来执行此操作?

谢谢。

1 个答案:

答案 0 :(得分:0)

您可以遍历模型图并保持对您感兴趣的节点的引用。

在这里,您可以了解如何遍历OSG图:http://trac.openscenegraph.org/projects/osg//wiki/Support/Tutorials/FindingNodes