#include <HConstantFrameRate.h>
Public Member Functions | |
ConstFRType | GetType () |
HFrWireframe () | |
HFrWireframe (int min, int max) | |
void | Set (HConstantFrameRate *pCfr, int SimpLevel) |
![]() | |
int | GetMaxSimpLevel () |
int | GetMinSimpLevel () |
HConstFRSimpType () | |
HConstFRSimpType (int min, int max) | |
virtual void | Reset (HConstantFrameRate *pCfr) |
virtual void | Update (HConstantFrameRate *pCfr, int SimpLevel) |
Static Public Member Functions | |
static HConstFRSimpType * | Create (int min, int max) |
![]() | |
static HConstFRSimpType ** | CreateList (int size) |
Additional Inherited Members | |
![]() | |
int | m_SimpLevelMax |
int | m_SimpLevelMin |
This simplification type activates wireframe drawing and sets the Heuristic 'no hidden surfaces'. A simplification level of 0 displays a no lod wireframe drawing. A simplification level of 1 takes the lod settings in the list into account
|
inline |
The default constructor.
|
inline |
The constructor that allows you the set the minimum and maximum simplification levels.
min | The minimum simplification level. |
max | The maximum simplification level. |
|
inlinestatic |
Create a new simplification type object. Use this method to avoid object ownership problems.
min | lowest simplification level |
max | highest simplification level |
|
inlinevirtual |
Implements HConstFRSimpType.
References ConstFRWireframeType.
|
virtual |
If SimpLevel is 0, the methods tells HOOPS to render a wirefram drawing. If SimpLevel is 1, then it takes into account other lod settings in the simplification level list.
pCfr | A pointer to a HConstantFrameRate Object. |
SimpLevel | Simplification level for the current type |
Implements HConstFRSimpType.