Searched refs:yfov (Results 1 – 4 of 4) sorted by relevance
646 float yfov; // required in CORE3D_BEGIN_NAMESPACE() member
1651 …if (!ParseOptionalNumber<float>(loadResult, perspective.yfov, jsonData, "yfov", -1.f)) { // requir… in PrimitiveAttributes()1660 if (perspective.yfov < 0 || perspective.znear < 0) { in PrimitiveAttributes()
501 exportCamera->attributes.perspective.yfov = cameraComponent.yFov; in ExportGltfCameras()1488 jsonPerspective["yfov"] = camera->attributes.perspective.yfov; in ExportCameras()
1903 component->yFov = node.camera->attributes.perspective.yfov; in CreateCamera()