Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h766 float outerAngle = 0.785398163397448f; // PI / 4 in CORE3D_BEGIN_NAMESPACE() member
H A Dgltf2_exporter.cpp557 exportLight->positional.spot.outerAngle = lightComponent.spotOuterAngle; in ExportGltfLight()
2115 if (light->positional.spot.outerAngle != 0.785398163397448f) { in ExportKHRLights()
2116 jsonSpotObject["outerConeAngle"] = light->positional.spot.outerAngle; in ExportKHRLights()
H A Dgltf2_loader.cpp1748 loadResult, spot.outerAngle, jsonData, "outerConeAngle", 0.785398163397448f)) { in PrimitiveAttributes()
H A Dgltf2_importer.cpp1930 component.spotOuterAngle = node.light->positional.spot.outerAngle; in CreateLight()