Visualization Library

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

vl::RenderQueueSorterStandard Class Reference

Implements the default RenderQueueSorter. More...

#include <RenderQueueSorter.hpp>

Inheritance diagram for vl::RenderQueueSorterStandard:
vl::RenderQueueSorter vl::Object

List of all members.

Public Member Functions

 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

Detailed Description

Implements the default RenderQueueSorter.

Sorts the RenderTokens by:

  1. Actor render block
  2. Effect render rank
  3. Actor render rank
  4. Solid objects first, translucent objects last
  5. Sort translucent objects back-to-front
  6. Sort solid objects by Shader
  7. Sort solid objects by Renderable

Definition at line 149 of file RenderQueueSorter.hpp.


Constructor & Destructor Documentation

vl::RenderQueueSorterStandard::RenderQueueSorterStandard ( ) [inline]

Definition at line 154 of file RenderQueueSorter.hpp.

References VL_DEBUG_SET_OBJECT_NAME.


Member Function Documentation

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

Implements vl::RenderQueueSorter.

Definition at line 159 of file RenderQueueSorter.hpp.

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

Definition at line 214 of file RenderQueueSorter.hpp.

References mDepthSortMode.

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

Definition at line 215 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.