Home
last modified time | relevance | path

Searched refs:tmpChildren (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h699 BASE_NS::vector<size_t> tmpChildren; // indices, used when gltf is parsed. (NOTE: move outside of node) member
H A Dgltf2_exporter.cpp1901 if (!node->tmpChildren.empty()) { in ExportNodes()
1902 jsonNodeObject["children"] = node->tmpChildren; in ExportNodes()
2394 exportNode.parent->tmpChildren.push_back(nodeIndex); in AttachParent()
2463 // children, tmpChildren, the child will actually add itself to the parents list of children in RecursivelyExportNode()
H A Dgltf2_loader.cpp2061 node.tmpChildren.push_back(item.as_number<size_t>());
2064 node.tmpChildren.push_back(GLTF_INVALID_INDEX);
2173 for (auto index : node->tmpChildren) {

Completed in 9 milliseconds