Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h653 // xmag, ymag cant't be zero
656 float xmag; member
H A Dgltf2_exporter.cpp492 exportCamera->attributes.ortho.xmag = cameraComponent.xMag; in ExportGltfCameras()
1496 jsonOrthographic["xmag"] = json::value { camera->attributes.ortho.xmag }; in ExportCameras()
H A Dgltf2_loader.cpp1669 if (!ParseOptionalNumber<float>(loadResult, ortho.xmag, jsonData, "xmag", 0)) { // required
1681 if (ortho.zfar < 0 || ortho.znear < 0 || ortho.xmag == 0 || ortho.ymag == 0) {
H A Dgltf2_importer.cpp1895 component->xMag = node.camera->attributes.ortho.xmag; in CreateCamera()

Completed in 14 milliseconds