#include <OgreRenderQueueSortingGrouping.h>
Public Types | |
typedef std::map< ushort, RenderPriorityGroup *, std::less< ushort > > | PriorityMap |
typedef MapIterator< PriorityMap > | PriorityMapIterator |
Public Methods | |
RenderQueueGroup () | |
~RenderQueueGroup () | |
PriorityMapIterator | getIterator (void) |
Get an iterator for browsing through child contents. More... | |
void | addRenderable (Renderable *pRend, ushort priority) |
Add a renderable to this group, with the given priority. More... | |
void | clear (void) |
Clears this group of renderables. More... | |
Protected Attributes | |
PriorityMap | mPriorityGroups |
This is an internal OGRE class, not intended for apps to use.
|
|
|
|
|
|
|
|
|
Add a renderable to this group, with the given priority.
|
|
Clears this group of renderables.
|
|
Get an iterator for browsing through child contents.
|
|
|
Copyright © 2002 by The OGRE Team