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