molecular
|
Uses brute-force frustum culling to call a collection of functions. More...
#include <FlatScene.h>
Public Types | |
typedef RenderFunction | Leaf |
Public Member Functions | |
template<class TRenderManager > | |
FlatScene (TRenderManager &manager) | |
void | Execute () override |
util::AxisAlignedBox | GetBounds () const override |
bool | BoundsChangedSince (int framecounter) const override |
Leaf * | Insert (RenderFunction *function) |
void | Remove (Leaf *leaf) |
![]() | |
template<class TRenderManager > | |
RenderFunction (TRenderManager &manager) | |
RenderFunction (Scoping &scoping, RenderCmdSink &renderer) | |
virtual | ~RenderFunction () |
virtual void | Set (Hash, bool) |
Set bool property with given name. More... | |
Additional Inherited Members | |
![]() | |
template<class T > | |
const T * | GetVariable (Hash key) |
Convenience shortcut to a variable pointer from the dynamic scope. More... | |
![]() | |
Scoping & | mScoping |
RenderCmdSink & | mRenderer |
Uses brute-force frustum culling to call a collection of functions.
|
inlineexplicit |
|
overridevirtual |
Reimplemented from molecular::gfx::RenderFunction.
|
overridevirtual |
Implements molecular::gfx::RenderFunction.
|
overridevirtual |
Implements molecular::gfx::RenderFunction.
|
inline |
|
inline |