#include <batch_renderable.h>
Public Member Functions | |
virtual void | _notifyCurrentCamera (Ogre::Camera *camera) |
BatchRenderable (const Description &desc, bool alpha) | |
virtual Ogre::Real | getBoundingRadius (void) const |
virtual const Ogre::LightList & | getLights () const |
virtual Ogre::Real | getSquaredViewDepth (const Ogre::Camera *cam) const |
virtual void | getWorldTransforms (Ogre::Matrix4 *xform) const |
bool | isAlpha () |
bool | isEmpty () |
bool | isFull () |
~BatchRenderable () | |
Protected Attributes | |
bool | alpha_ |
uint32_t | count_ |
Description | desc_ |
uint32_t | pick_id_ |
Definition at line 43 of file batch_renderable.h.
rve_render_server::BatchRenderable< Child, Description >::BatchRenderable | ( | const Description & | desc, |
bool | alpha | ||
) | [inline] |
Definition at line 46 of file batch_renderable.h.
rve_render_server::BatchRenderable< Child, Description >::~BatchRenderable | ( | ) | [inline] |
Definition at line 54 of file batch_renderable.h.
virtual void rve_render_server::BatchRenderable< Child, Description >::_notifyCurrentCamera | ( | Ogre::Camera * | camera | ) | [inline, virtual] |
Definition at line 75 of file batch_renderable.h.
virtual Ogre::Real rve_render_server::BatchRenderable< Child, Description >::getBoundingRadius | ( | void | ) | const [inline, virtual] |
Definition at line 80 of file batch_renderable.h.
virtual const Ogre::LightList& rve_render_server::BatchRenderable< Child, Description >::getLights | ( | ) | const [inline, virtual] |
Definition at line 101 of file batch_renderable.h.
virtual Ogre::Real rve_render_server::BatchRenderable< Child, Description >::getSquaredViewDepth | ( | const Ogre::Camera * | cam | ) | const [inline, virtual] |
Definition at line 85 of file batch_renderable.h.
virtual void rve_render_server::BatchRenderable< Child, Description >::getWorldTransforms | ( | Ogre::Matrix4 * | xform | ) | const [inline, virtual] |
Definition at line 96 of file batch_renderable.h.
bool rve_render_server::BatchRenderable< Child, Description >::isAlpha | ( | ) | [inline] |
Definition at line 69 of file batch_renderable.h.
bool rve_render_server::BatchRenderable< Child, Description >::isEmpty | ( | ) | [inline] |
Definition at line 59 of file batch_renderable.h.
bool rve_render_server::BatchRenderable< Child, Description >::isFull | ( | ) | [inline] |
Definition at line 64 of file batch_renderable.h.
bool rve_render_server::BatchRenderable< Child, Description >::alpha_ [protected] |
Definition at line 108 of file batch_renderable.h.
uint32_t rve_render_server::BatchRenderable< Child, Description >::count_ [protected] |
Definition at line 109 of file batch_renderable.h.
Description rve_render_server::BatchRenderable< Child, Description >::desc_ [protected] |
Definition at line 107 of file batch_renderable.h.
uint32_t rve_render_server::BatchRenderable< Child, Description >::pick_id_ [protected] |
Definition at line 110 of file batch_renderable.h.