molecular
|
#include <DrawTestSkeleton.h>
Public Member Functions | |
template<class TRenderManager > | |
DrawTestSkeleton (TRenderManager &manager) | |
void | Execute () override |
util::AxisAlignedBox | GetBounds () const override |
void | SetJoints (const Matrix4 joints[CharacterAnimation::kBoneCount]) |
![]() | |
template<class TRenderManager > | |
DrawingFunction (TRenderManager &manager) | |
bool | BoundsChangedSince (int framecounter) const override |
![]() | |
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 | |
![]() | |
RenderCmdSink::Program * | PrepareProgram () |
![]() | |
template<class T > | |
const T * | GetVariable (Hash key) |
Convenience shortcut to a variable pointer from the dynamic scope. More... | |
![]() | |
ProgramProvider & | mProgramProvider |
![]() | |
Scoping & | mScoping |
RenderCmdSink & | mRenderer |
molecular::gfx::DrawTestSkeleton::DrawTestSkeleton | ( | TRenderManager & | manager | ) |
|
overridevirtual |
Implements molecular::gfx::RenderFunction.
|
inlineoverridevirtual |
Implements molecular::gfx::RenderFunction.
void molecular::gfx::DrawTestSkeleton::SetJoints | ( | const Matrix4 | joints[CharacterAnimation::kBoneCount] | ) |