Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp1495 json::value jsonOrthographic = json::value::object {}; in ExportCameras() local
1496 jsonOrthographic["xmag"] = json::value { camera->attributes.ortho.xmag }; in ExportCameras()
1497 jsonOrthographic["ymag"] = json::value { camera->attributes.ortho.ymag }; in ExportCameras()
1498 jsonOrthographic["zfar"] = camera->attributes.ortho.zfar; in ExportCameras()
1499 jsonOrthographic["znear"] = camera->attributes.ortho.znear; in ExportCameras()
1500 jsonCamera["orthographic"] = move(jsonOrthographic); in ExportCameras()

Completed in 5 milliseconds