Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp223 int FindObjectIndex(vector<unique_ptr<T>> const& array, T const& object) in FindObjectIndex() function
1331 jsonSparseIndices["bufferView"] = FindObjectIndex(data.bufferViews, *accessor.sparse.indices.bufferView); in ExportAccessorSparse()
1338 jsonSparseValues["bufferView"] = FindObjectIndex(data.bufferViews, *accessor.sparse.values.bufferView); in ExportAccessorSparse()
1352 jsonAccessor["bufferView"] = FindObjectIndex(data.bufferViews, *accessor->bufferView); in ExportAccessors()
1393 jsonSampler["input"] = FindObjectIndex(data.accessors, *sampler->input); in ExportAnimations()
1397 jsonSampler["output"] = FindObjectIndex(data.accessors, *sampler->output); in ExportAnimations()
1406 jsonChannel["sampler"] = FindObjectIndex(animation->samplers, *track.sampler); in ExportAnimations()
1409 if (auto const nodeIndex = FindObjectIndex(data.nodes, *track.channel.node); 0 <= nodeIndex) { in ExportAnimations()
1451 jsonBufferView["buffer"] = FindObjectIndex(data.buffers, *bufferView->buffer); in ExportBufferViews()
1519 jsonImage["bufferView"] = FindObjectIndex(dat in ExportImages()
[all...]

Completed in 4 milliseconds