MentalRayRenderSettingsTraitsDiagnosticMode Property
|
Property that represents mode used to process
diagnostic images. This property can be one of the following: Name
Value Description Off 0 Render normally. Grid 1 Render a grid on
top of all objects in the scene, in the coordinate system specified
with a value from DiagnosticGridMode property. Photon 2 Render a
false-color image of photon density or photon irradiance on all
surfaces, as specified with value from
GraphicsInterface::DiagnosticPhotonMode enum. Higher density or
irradiance is shown red, and lower values are represented with
blue.. Samples 3 Render a grayscale image illustrating sample
density, which is controlled with the Sampling property. Higher
levels of sampling are shown with brighter shades of gray. BSP 4
Render a false-color image illustrating the cost of creating and
traversing the BSP tree used for ray-tracing. Both the depth and
the leaf size can be visualized, as specified with value from
GraphicsInterface::DiagnosticBSPMode enum.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract DiagnosticMode DiagnosticMode { get; set; }
Public MustOverride Property DiagnosticMode As DiagnosticMode
Get
Set
public:
virtual property DiagnosticMode DiagnosticMode {
DiagnosticMode get () abstract;
void set (DiagnosticMode value) abstract;
}
abstract DiagnosticMode : DiagnosticMode with get, set
Property Value
DiagnosticMode
See Also