Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp1851 json::value jsonPrimitives = json::value::array {}; in ExportMeshes() local
1854 jsonPrimitives.array_.push_back(ExportMeshPrimitive(primitive, data.accessors, jsonTargetNames)); in ExportMeshes()
1856 jsonMesh["primitives"] = move(jsonPrimitives); in ExportMeshes()

Completed in 4 milliseconds