LightRig — Aspose.Slides FOSS C++ API Reference

LightRig — Represents light rig properties for 3D scene rendering.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
LightRigPresetTypeLightRigPresetTypeRead
LightingDirectionLightingDirectionRead

Methods

MethodReturnsDescription
LightRigPresetType()LightRigPresetType
LightingDirection()LightingDirection
init_internal()voidInitialize XML-backed light rig.
get_light_rig()pugi::xml_nodeGet the element if it exists within the scene3d element.
ensure_light_rig()pugi::xml_nodeGet or create the element with defaults rig=“threePt” dir=“t”.
save()voidSave changes via the save callback.
set_light_type()voidSets the light rig preset type.
set_direction()voidSets the lighting direction.

See Also