LightRig — Aspose.Slides FOSS C++ API Reference
LightRig — Represents light rig properties for 3D scene rendering.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
LightRigPresetType | LightRigPresetType | Read | |
LightingDirection | LightingDirection | Read |
Methods
| Method | Returns | Description |
|---|---|---|
LightRigPresetType() | LightRigPresetType | |
LightingDirection() | LightingDirection | |
init_internal() | void | Initialize XML-backed light rig. |
get_light_rig() | pugi::xml_node | Get the element if it exists within the scene3d element. |
ensure_light_rig() | pugi::xml_node | Get or create the element with defaults rig=“threePt” dir=“t”. |
save() | void | Save changes via the save callback. |
set_light_type() | void | Sets the light rig preset type. |
set_direction() | void | Sets the lighting direction. |