Searched refs:exportLight (Results 1 – 1 of 1) sorted by relevance
531 auto& exportLight = *lightIterator++; in ExportGltfLight() local537 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 …]