Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp531 auto& exportLight = *lightIterator++; in ExportGltfLight() local
537 exportLight->type = LightType::DIRECTIONAL; in ExportGltfLight()
543 exportLight->type = LightType::DIRECTIONAL; in ExportGltfLight()
546 exportLight->type = LightType::POINT; in ExportGltfLight()
549 exportLight->type = LightType::SPOT; in ExportGltfLight()
552 exportLight->color = lightComponent.color; in ExportGltfLight()
553 exportLight->intensity = lightComponent.intensity; in ExportGltfLight()
554 exportLight->positional.range = lightComponent.range; in ExportGltfLight()
556 exportLight->positional.spot.innerAngle = lightComponent.spotInnerAngle; in ExportGltfLight()
557 exportLight->positional.spot.outerAngle = lightComponent.spotOuterAngle; in ExportGltfLight()
[all …]