![]() |
VR-Forces 4.1.1 Class Documentation
|
The DtSpeedTreeForestProfile is the abstract profile interface for the various speedtree profiles. More...
Classes | |
| struct | DisplayParameters |
Public Member Functions | |
| DtSpeedTreeProfile () | |
| virtual | ~DtSpeedTreeProfile () |
| virtual void | display (const DisplayParameters ¶ms, float afCameraPos[3], float afProjectionMatrix[16], float afModelviewMatrix[16])=0 |
| virtual void | addTree (const DtSpeedTreeDrawable::TreeInstanceRecord &record)=0 |
| virtual void | setLodDistances (float fnear, float ffar)=0 |
| virtual void | setFarDistance (float ffar)=0 |
| virtual void | rebuildForest ()=0 |
| virtual void | clearForests ()=0 |
The DtSpeedTreeForestProfile is the abstract profile interface for the various speedtree profiles.
A speedtree profile is an implementation of speedtree rendering which enables/disables a subset of the speedtree features for performance reasons.
| makVrv::DtSpeedTreeProfile::DtSpeedTreeProfile | ( | ) |
|
virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |