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.
我使用 COLLADA DOM 访问 .dae 文件中的数据,并且有多个名为 float_array 的标签...我可以使用 getDecendant("float_array") 访问第一个标签,但我将如何访问下一个以获取法线和纹理?
dae.getDatabase()->idLookup("Cube-Geometry-Position-array", root->getDocument()); 找到了 idLookup 方法,所以不是搜索元素名称,而是搜索它的 ID,因为所有 ID 都是单独的
dae.getDatabase()->idLookup("Cube-Geometry-Position-array", root->getDocument());