OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::QueuedRenderableCollection::DepthSortDescendingLess Struct Reference

Comparator to order objects by descending camera distance. More...

#include <OgreRenderQueueSortingGrouping.h>

+ Collaboration diagram for Ogre::QueuedRenderableCollection::DepthSortDescendingLess:

Public Member Functions

 DepthSortDescendingLess (const Camera *cam)
 
bool _OgreExport operator() (const RenderablePass &a, const RenderablePass &b) const
 

Public Attributes

const Cameracamera
 

Detailed Description

Comparator to order objects by descending camera distance.

Definition at line 157 of file OgreRenderQueueSortingGrouping.h.

Constructor & Destructor Documentation

Ogre::QueuedRenderableCollection::DepthSortDescendingLess::DepthSortDescendingLess ( const Camera cam)
inline

Definition at line 161 of file OgreRenderQueueSortingGrouping.h.

Member Function Documentation

bool _OgreExport Ogre::QueuedRenderableCollection::DepthSortDescendingLess::operator() ( const RenderablePass a,
const RenderablePass b 
) const
inline

Member Data Documentation

const Camera* Ogre::QueuedRenderableCollection::DepthSortDescendingLess::camera

Definition at line 159 of file OgreRenderQueueSortingGrouping.h.


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