Home
last modified time | relevance | path

Searched refs:yfov (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h646 float yfov; // required in CORE3D_BEGIN_NAMESPACE() member
H A Dgltf2_loader.cpp1651 …if (!ParseOptionalNumber<float>(loadResult, perspective.yfov, jsonData, "yfov", -1.f)) { // requir… in PrimitiveAttributes()
1660 if (perspective.yfov < 0 || perspective.znear < 0) { in PrimitiveAttributes()
H A Dgltf2_exporter.cpp501 exportCamera->attributes.perspective.yfov = cameraComponent.yFov; in ExportGltfCameras()
1488 jsonPerspective["yfov"] = camera->attributes.perspective.yfov; in ExportCameras()
H A Dgltf2_importer.cpp1903 component->yFov = node.camera->attributes.perspective.yfov; in CreateCamera()