Searched refs:jsonMesh (Results 1 – 2 of 2) sorted by relevance
225 auto jsonMesh = JsonUtil::Create(true); in GetMesh() local226 if (render && jsonMesh) { in GetMesh()234 jsonMesh->Put("value", jsonValueArray); in GetMesh()235 jsonMesh->Put("column", std::to_string(render->GetColumn()).c_str()); in GetMesh()236 jsonMesh->Put("row", std::to_string(render->GetRow()).c_str()); in GetMesh()238 return jsonMesh; in GetMesh()
1848 json::value jsonMesh = json::value::object {}; in ExportMeshes()1856 jsonMesh["primitives"] = move(jsonPrimitives); in ExportMeshes()1862 jsonMesh["weights"] = mesh->weights; in ExportMeshes()1865 jsonMesh["name"] = string_view(mesh->name); in ExportMeshes()1868 jsonMesh["extras"] = move(jsonExtras); in ExportMeshes()1870 jsonMeshes.array_.push_back(move(jsonMesh)); in ExportMeshes()