![]() |
VR-Forces 4.8 Class Documentation
|
Class per frame that must be passed to the DtICullingAndLOD It indicates what would have changed (instances, new geometry came in, textures loaded, etc) More...
Public Member Functions | |
| DtIndirectRenderingParameters () | |
| constructor More... | |
| virtual | ~DtIndirectRenderingParameters () |
| destructor More... | |
| virtual void | setGeometriesChanged (bool changed) |
| setters and getters for parameters for indirect rendering used to pass dirty flags from indirect geometry to culling and lod More... | |
| virtual void | setPerInstanceDataChanged (bool changed) |
| virtual void | setNumInstancesChanged (bool changed) |
| virtual void | setAreInstanceTexturesDirty (bool dirty) |
| virtual bool | numInstancesChanged (void) const |
| virtual bool | geometriesChanged (void) const |
| virtual int | maxDrawCount (void) const |
| virtual bool | areInstanceTexturesDirty (void) const |
| virtual bool | perInstanceDataChanged () const |
Protected Attributes | |
| bool | myNumInstancesChanged |
| bool | myGeometriesChanged |
| int | myMaxDrawCount |
| bool | myAreInstanceTexturesDirty |
| bool | myPerInstanceDataChanged |
Class per frame that must be passed to the DtICullingAndLOD It indicates what would have changed (instances, new geometry came in, textures loaded, etc)
| makVrv::DtIndirectRenderingParameters::DtIndirectRenderingParameters | ( | ) |
constructor
|
virtual |
destructor
|
virtual |
setters and getters for parameters for indirect rendering used to pass dirty flags from indirect geometry to culling and lod
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |