CFx SDK Documentation 2024 SP0
|
#include <AveRender.h>
Public Member Functions | |
OdAveScanlOpt () | |
Public Attributes | |
OdAve::AntiAliasing | m_AntiAliasing |
OdAve::TextureMapSampling | m_TextureMapSampling |
double | m_dShadowDepthMinBias |
double | m_dShadowDepthMaxBias |
double | m_dAdaptSamplThreshold |
bool | m_bAdaptSampl |
bool | m_bDiscardBackFaces |
bool | m_bNegativeNormal |
This class represents AVE scanline ("Render") options.
Corresponding C++ library: TD_Ave <group OdAve_Classes>
Definition at line 93 of file AveRender.h.
OdAveScanlOpt::OdAveScanlOpt | ( | ) |
OdAve::AntiAliasing OdAveScanlOpt::m_AntiAliasing |
Definition at line 98 of file AveRender.h.
bool OdAveScanlOpt::m_bAdaptSampl |
Definition at line 103 of file AveRender.h.
bool OdAveScanlOpt::m_bDiscardBackFaces |
Definition at line 104 of file AveRender.h.
bool OdAveScanlOpt::m_bNegativeNormal |
Definition at line 105 of file AveRender.h.
double OdAveScanlOpt::m_dAdaptSamplThreshold |
Definition at line 102 of file AveRender.h.
double OdAveScanlOpt::m_dShadowDepthMaxBias |
Definition at line 101 of file AveRender.h.
double OdAveScanlOpt::m_dShadowDepthMinBias |
Definition at line 100 of file AveRender.h.
OdAve::TextureMapSampling OdAveScanlOpt::m_TextureMapSampling |
Definition at line 99 of file AveRender.h.