OGRE  1.9.0
Ogre::QueuedRenderableCollection::DepthSortDescendingLess Struct Reference

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

#include <OgreRenderQueueSortingGrouping.h>

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

◆ DepthSortDescendingLess()

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

Definition at line 161 of file OgreRenderQueueSortingGrouping.h.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ camera

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: