Gets or sets the number of times PhotoWorks can subdivide a scene into simple objects for ray trace calculations.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RayTraceDepth As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim value As Integer
instance.RayTraceDepth = value
value = instance.RayTraceDepth
|
C# | |
---|
int RayTraceDepth {get; set;} |
C++/CLI | |
---|
property int RayTraceDepth {
int get();
void set (int value);
} |
Return Value
Number of times PhotoWorks can subdivide a scene into simple objects for ray trace calculations
Example
Remarks
See Also
Availability
PhotoWorks API 2006 FCS