Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
Implements the default RenderQueueSorter. More...
#include <RenderQueueSorter.hpp>
Public Member Functions | |
| virtual const char * | className () |
| Returns the name of the class. | |
| RenderQueueSorterStandard () | |
| virtual bool | mightNeedZCameraDistance () const |
| virtual bool | confirmZCameraDistanceNeed (const RenderToken *a) const |
| virtual bool | operator() (const RenderToken *a, const RenderToken *b) const |
| EDepthSortMode | depthSortMode () const |
| void | setDepthSortMode (EDepthSortMode mode) |
Public Attributes | |
| EDepthSortMode | mDepthSortMode |
Implements the default RenderQueueSorter.
Sorts the RenderTokens by:
Definition at line 144 of file RenderQueueSorter.hpp.
| vl::RenderQueueSorterStandard::RenderQueueSorterStandard | ( | ) | [inline] |
Definition at line 148 of file RenderQueueSorter.hpp.
References VL_DEBUG_SET_OBJECT_NAME.
| virtual const char* vl::RenderQueueSorterStandard::className | ( | ) | [inline, virtual] |
Returns the name of the class.
Reimplemented from vl::RenderQueueSorter.
Definition at line 147 of file RenderQueueSorter.hpp.
| virtual bool vl::RenderQueueSorterStandard::mightNeedZCameraDistance | ( | ) | const [inline, virtual] |
Implements vl::RenderQueueSorter.
Definition at line 153 of file RenderQueueSorter.hpp.
| virtual bool vl::RenderQueueSorterStandard::confirmZCameraDistanceNeed | ( | const RenderToken * | a ) | const [inline, virtual] |
Implements vl::RenderQueueSorter.
Definition at line 154 of file RenderQueueSorter.hpp.
References vl::AlphaDepthSort, vl::AlwaysDepthSort, vl::Shader::blendingEnabled(), mDepthSortMode, vl::RenderToken::mShader, and vl::NeverDepthSort.
Referenced by operator()().
| virtual bool vl::RenderQueueSorterStandard::operator() | ( | const RenderToken * | a, |
| const RenderToken * | b | ||
| ) | const [inline, virtual] |
Implements vl::RenderQueueSorter.
Definition at line 160 of file RenderQueueSorter.hpp.
References vl::AlwaysDepthSort, vl::Shader::blendingEnabled(), confirmZCameraDistanceNeed(), vl::RenderToken::mActor, vl::RenderToken::mCameraDistance, mDepthSortMode, vl::RenderToken::mEffectRenderRank, vl::RenderToken::mRenderable, vl::RenderToken::mShader, vl::Actor::renderBlock(), and vl::Actor::renderRank().
| EDepthSortMode vl::RenderQueueSorterStandard::depthSortMode | ( | ) | const [inline] |
Definition at line 208 of file RenderQueueSorter.hpp.
References mDepthSortMode.
| void vl::RenderQueueSorterStandard::setDepthSortMode | ( | EDepthSortMode | mode ) | [inline] |
Definition at line 209 of file RenderQueueSorter.hpp.
References mDepthSortMode.
Definition at line 212 of file RenderQueueSorter.hpp.
Referenced by confirmZCameraDistanceNeed(), depthSortMode(), operator()(), and setDepthSortMode().