Gets or sets whether to enable indirect illumination.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property EnableIndirectIllumination As Boolean |
| Visual Basic (Usage) | |
|---|
Dim instance As IPwOptions
Dim value As Boolean
instance.EnableIndirectIllumination = value
value = instance.EnableIndirectIllumination
|
| C# | |
|---|
bool EnableIndirectIllumination {get; set;} |
| C++/CLI | |
|---|
property bool EnableIndirectIllumination {
bool get();
void set (bool value);
} |
Return Value
True to enable indirect illumination, false to not
Example
See Also
Availability
PhotoWorks API 2006 FCS