The code below is an example of a program that applies an SoReorganizeAction on a scene graph, converting all shapes into shapes that can be rendered using vertex array or VBO rendering.
本文介绍了一个使用SoReorganizeAction对场景图进行重组的例子,该操作将所有形状转换为可使用顶点数组或VBO渲染的形式。代码演示了如何通过删除旧节点来清理场景图,并将处理后的场景图写入新文件。
The code below is an example of a program that applies an SoReorganizeAction on a scene graph, converting all shapes into shapes that can be rendered using vertex array or VBO rendering.

被折叠的 条评论
为什么被折叠?
