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