|
CFx SDK Documentation
2020SP3
|
#include <AveRender.h>
Public Member Functions | |
| OdAveFogOpt () | |
Public Attributes | |
| bool | m_bFogEnabled |
| bool | m_bFogBackground |
| double | m_dNearDistance |
| double | m_dFarDistance |
| double | m_dNearPercentage |
| double | m_dFarPercentage |
| OdUInt32 | m_Color |
This class represents AVE fog options.
Corresponding C++ library: TD_Ave <group OdAve_Classes>
Definition at line 151 of file AveRender.h.
| OdAveFogOpt::OdAveFogOpt | ( | ) |
| bool OdAveFogOpt::m_bFogBackground |
Definition at line 156 of file AveRender.h.
| bool OdAveFogOpt::m_bFogEnabled |
Definition at line 155 of file AveRender.h.
| OdUInt32 OdAveFogOpt::m_Color |
Definition at line 161 of file AveRender.h.
| double OdAveFogOpt::m_dFarDistance |
Definition at line 158 of file AveRender.h.
| double OdAveFogOpt::m_dFarPercentage |
Definition at line 160 of file AveRender.h.
| double OdAveFogOpt::m_dNearDistance |
Definition at line 157 of file AveRender.h.
| double OdAveFogOpt::m_dNearPercentage |
Definition at line 159 of file AveRender.h.