Visualization Library v1.0.3

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [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 v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:11.
Permission is granted to use this page to write and publish articles regarding Visualization Library.