Gets or sets whether or not all materials cast and receive global illumination by default.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property GlobalIlluminationAllCastAndReceive As Boolean |
| Visual Basic (Usage) | |
|---|
Dim instance As IPwOptions
Dim value As Boolean
instance.GlobalIlluminationAllCastAndReceive = value
value = instance.GlobalIlluminationAllCastAndReceive
|
| C# | |
|---|
bool GlobalIlluminationAllCastAndReceive {get; set;} |
| C++/CLI | |
|---|
property bool GlobalIlluminationAllCastAndReceive {
bool get();
void set (bool value);
} |
Return Value
True for all materials to cast and receive global illumination by default, false to not
Example
Remarks
See Also
Availability
PhotoWorks API 2006 FCS