Home
last modified time | relevance | path

Searched refs:ymag (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
657 float ymag; member
H A Dgltf2_exporter.cpp493 exportCamera->attributes.ortho.ymag = cameraComponent.yMag; in ExportGltfCameras()
1497 jsonOrthographic["ymag"] = json::value { camera->attributes.ortho.ymag }; in ExportCameras()
H A Dgltf2_loader.cpp1672 if (!ParseOptionalNumber<float>(loadResult, ortho.ymag, jsonData, "ymag", 0)) { // required
1681 if (ortho.zfar < 0 || ortho.znear < 0 || ortho.xmag == 0 || ortho.ymag == 0) {
H A Dgltf2_importer.cpp1896 component->yMag = node.camera->attributes.ortho.ymag; in CreateCamera()

Completed in 13 milliseconds