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());