Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp1484 json::value jsonPerspective = json::value::object {}; in ExportCameras() local
1486 jsonPerspective["aspectRatio"] = camera->attributes.perspective.aspect; in ExportCameras()
1488 jsonPerspective["yfov"] = camera->attributes.perspective.yfov; in ExportCameras()
1490 jsonPerspective["zfar"] = camera->attributes.perspective.zfar; in ExportCameras()
1492 jsonPerspective["znear"] = camera->attributes.perspective.znear; in ExportCameras()
1493 jsonCamera["perspective"] = move(jsonPerspective); in ExportCameras()

Completed in 4 milliseconds