Visualization Library

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

vl::RenderQueueSorterAggressive Class Reference

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...

#include <RenderQueueSorter.hpp>

Inheritance diagram for vl::RenderQueueSorterAggressive:
vl::RenderQueueSorter vl::Object

List of all members.

Public Member Functions

 RenderQueueSorterAggressive ()
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

Detailed Description

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.

Definition at line 294 of file RenderQueueSorter.hpp.


Constructor & Destructor Documentation

vl::RenderQueueSorterAggressive::RenderQueueSorterAggressive ( ) [inline]

Definition at line 299 of file RenderQueueSorter.hpp.

References VL_DEBUG_SET_OBJECT_NAME.


Member Function Documentation

virtual bool vl::RenderQueueSorterAggressive::mightNeedZCameraDistance ( ) const [inline, virtual]

Implements vl::RenderQueueSorter.

Definition at line 304 of file RenderQueueSorter.hpp.

virtual bool vl::RenderQueueSorterAggressive::confirmZCameraDistanceNeed ( const RenderToken a) const [inline, virtual]
virtual bool vl::RenderQueueSorterAggressive::operator() ( const RenderToken a,
const RenderToken b 
) const [inline, virtual]
EDepthSortMode vl::RenderQueueSorterAggressive::depthSortMode ( ) const [inline]

Definition at line 368 of file RenderQueueSorter.hpp.

References mDepthSortMode.

void vl::RenderQueueSorterAggressive::setDepthSortMode ( EDepthSortMode  mode) [inline]

Definition at line 369 of file RenderQueueSorter.hpp.

References mDepthSortMode.


Member Data Documentation


The documentation for this class was generated from the following file:

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