Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp2111 json::value jsonSpotObject = json::value::object {}; in ExportKHRLights() local
2113 jsonSpotObject["innerConeAngle"] = light->positional.spot.innerAngle; in ExportKHRLights()
2116 jsonSpotObject["outerConeAngle"] = light->positional.spot.outerAngle; in ExportKHRLights()
2118 if (!jsonSpotObject.empty()) { in ExportKHRLights()
2119 jsonLightObject["spot"] = move(jsonSpotObject); in ExportKHRLights()

Completed in 5 milliseconds