Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces

X:/dropbox/visualizationlibrary/src/vlGraphics/RenderQueueSorter.hpp File Reference

#include <vlGraphics/RenderToken.hpp>

Go to the source code of this file.

Classes

class  vl::RenderQueueSorter
 The RenderQueueSorter class is the abstract base class of all the algorithms used to sort a set of RenderToken. More...
class  vl::RenderQueueSorterByShader
 Sorts the RenderTokens by their Shader pointer. More...
class  vl::RenderQueueSorterByRenderable
 Sorts the RenderTokens by their Renderable pointer. More...
class  vl::RenderQueueSorterBasic
 Sorts the RenderTokens by their Effect rank -> Actor rank -> Shader pointer -> Renderable pointer. More...
class  vl::RenderQueueSorterStandard
 Implements the default RenderQueueSorter. More...
class  vl::RenderQueueSorterOcclusion
 Implements a RenderQueueSorter that maximizes the z-buffer test efficiency as much as possible. More...
class  vl::RenderQueueSorterAggressive
 Sorts the RenderTokens by Effect rank -> Actor rank -> blending on/off -> Z distance form the Camera -> GLSL program -> render state set -> enable set -> texture set -> light set -> Shader pointer -> Renderable pointer. More...

Namespaces

namespace  vl
 

Visualization Library namespace.



Visualization Library 2011.09.1160 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Thu May 2 2013 13:40:56.
Permission is granted to use this page to write and publish articles regarding Visualization Library.