CFx SDK Documentation 2024 SP0
|
Go to the source code of this file.
Classes | |
class | OdGiRenderEnvironmentTraits |
class | OdGiRenderSettingsTraits |
class | OdGiMentalRayRenderSettingsTraits |
class | OdGiRapidRTRenderSettingsTraits |
class | OdGiSolidBackgroundTraits |
class | OdGiGradientBackgroundTraits |
class | OdGiImageBackgroundTraits |
class | OdGiGroundPlaneBackgroundTraits |
class | OdGiSkyBackgroundTraits |
class | OdGiIBLBackgroundTraits |
typedef enum OdGiFilterType_ OdGiFilterType |
This template class is a specialization of the OdSmartPtr class for OdGiGradientBackgroundTraits object pointers.
Definition at line 1390 of file GiEnvironment.h.
This template class is a specialization of the OdSmartPtr class for OdGiGroundPlaneBackgroundTraits object pointers.
Definition at line 1666 of file GiEnvironment.h.
This template class is a specialization of the OdSmartPtr class for OdGiIBLBackgroundTraits object pointers.
Definition at line 1799 of file GiEnvironment.h.
This template class is a specialization of the OdSmartPtr class for OdGiImageBackgroundTraits object pointers.
Definition at line 1548 of file GiEnvironment.h.
typedef enum OdGiLightingMode_ OdGiLightingMode |
This template class is a specialization of the OdSmartPtr class for OdGiMentalRayRenderSettingsTraits object pointers.
Definition at line 1026 of file GiEnvironment.h.
typedef enum OdGiMrDiagnosticBSPMode_ OdGiMrDiagnosticBSPMode |
typedef enum OdGiMrDiagnosticGridMode_ OdGiMrDiagnosticGridMode |
typedef enum OdGiMrDiagnosticMode_ OdGiMrDiagnosticMode |
typedef enum OdGiMrDiagnosticPhotonMode_ OdGiMrDiagnosticPhotonMode |
typedef enum OdGiMrExportMIMode_ OdGiMrExportMIMode |
typedef enum OdGiMrExposureType_ OdGiMrExposureType |
typedef enum OdGiMrFilter_ OdGiMrFilter |
typedef enum OdGiMrFinalGatheringMode_ OdGiMrFinalGatheringMode |
typedef enum OdGiMrShadowMode_ OdGiMrShadowMode |
typedef enum OdGiMrTileOrder_ OdGiMrTileOrder |
typedef enum OdGiQuitCondition_ OdGiQuitCondition |
This template class is a specialization of the OdSmartPtr class for OdGiRapidRTRenderSettingsTraits object pointers.
Definition at line 1226 of file GiEnvironment.h.
This template class is a specialization of the OdSmartPtr class for OdGiRenderEnvironmentTraits object pointers.
Definition at line 167 of file GiEnvironment.h.
This template class is a specialization of the OdSmartPtr class for OdGiRenderSettingsTraits object pointers.
Definition at line 284 of file GiEnvironment.h.
This template class is a specialization of the OdSmartPtr class for OdGiSkyBackgroundTraits object pointers.
Definition at line 1698 of file GiEnvironment.h.
This template class is a specialization of the OdSmartPtr class for OdGiSolidBackgroundTraits object pointers.
Definition at line 1259 of file GiEnvironment.h.
enum OdGiFilterType_ |
Enumerator | |
---|---|
krEBox | Box filter type. |
krETriangle | Triangle filter type. |
krEGaussian | Gaussian filter type. |
krELanczos | Lanczos filter type. |
krEMitchell | Mitchell filter type. |
Definition at line 1049 of file GiEnvironment.h.
enum OdGiLightingMode_ |
Definition at line 1038 of file GiEnvironment.h.
Enumerator | |
---|---|
krDepth | BSP depth: the depth of the BSP tree reached. |
krSize | BSP leaf size: the leaf size in the BSP tree reached. |
Definition at line 348 of file GiEnvironment.h.
Enumerator | |
---|---|
krObject | Object-space coordinate system. |
krWorld | World-space coordinate system. |
krCamera | Camera-space (view-space) coordinate system. |
Definition at line 328 of file GiEnvironment.h.
Enumerator | |
---|---|
krOff | Render normally. |
krGrid | Render a grid on top of all objects in the scene, in the coordinate system specified with a value from OdGiMrDiagnosticGridMode enum. |
krPhoton | Render a false-color image of photon density or photon irradiance on all surfaces, as specified with value from OdGiMrDiagnosticPhotonMode enum. Higher density or irradiance is shown red, and lower values are represented with blue. |
krSamples | Render a grayscale image illustrating sample density, which is controlled with the OdGiMentalRayRenderSettingsTraits::setSampling() method. Higher levels of sampling are shown with brighter shades of gray. |
krBSP | 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 OdGiMrDiagnosticBSPMode enum. |
Definition at line 313 of file GiEnvironment.h.
Definition at line 339 of file GiEnvironment.h.
enum OdGiMrExportMIMode_ |
Enumerator | |
---|---|
krExportMIOff | Mi file is not exported. |
krExportMIWithRender | Mi file is exported and rendered. |
krExportMIOnly | Mi file is exported but not rendered. |
Definition at line 391 of file GiEnvironment.h.
enum OdGiMrExposureType_ |
Enumerator | |
---|---|
krAutomatic | The exposure type is determined with an automatic exposure. |
krLogarithmic | The exposure type is determined on a logarithmic scale. |
Definition at line 374 of file GiEnvironment.h.
enum OdGiMrFilter_ |
Enumerator | |
---|---|
krBox | Box filter. |
krTriangle | Triangle filter. |
krGauss | Gauss filter. |
krMitchell | Mitchell filter. |
krLanczos | Lanczos filter. |
Definition at line 287 of file GiEnvironment.h.
Enumerator | |
---|---|
krFinalGatherOff | |
krFinalGatherOn | |
krFinalGatherAuto |
Definition at line 383 of file GiEnvironment.h.
enum OdGiMrShadowMode_ |
Definition at line 302 of file GiEnvironment.h.
enum OdGiMrTileOrder_ |
Enumerator | |
---|---|
krHilbert | Hilbert order. |
krSpiral | Spiral order. |
krLeftToRight | Left-to-right order. |
krRightToLeft | Right-to-left order. |
krTopToBottom | Top-to-bottom order. |
krBottomToTop | Bottom-to-top order. |
Definition at line 357 of file GiEnvironment.h.
enum OdGiQuitCondition_ |
Enumerator | |
---|---|
krEQuitByRenderLevel | Quit by render level. |
krEQuitByRenderTime | Quit by exceeding render time limit. |
Definition at line 1029 of file GiEnvironment.h.