$search
#include <point_cloud.h>
Public Member Functions | |
virtual void | _notifyCurrentCamera (Ogre::Camera *camera) |
virtual Ogre::Real | getBoundingRadius (void) const |
Ogre::HardwareVertexBufferSharedPtr | getBuffer () |
virtual const Ogre::LightList & | getLights () const |
Ogre::RenderOperation * | getRenderOperation () |
virtual Ogre::Real | getSquaredViewDepth (const Ogre::Camera *cam) const |
virtual void | getWorldTransforms (Ogre::Matrix4 *xform) const |
PointCloudRenderable (PointCloud *parent, bool use_tex_coords) | |
~PointCloudRenderable () | |
Private Attributes | |
Ogre::MaterialPtr | material_ |
PointCloud * | parent_ |
Definition at line 64 of file point_cloud.h.
ogre_tools::PointCloudRenderable::PointCloudRenderable | ( | PointCloud * | parent, | |
bool | use_tex_coords | |||
) |
Definition at line 758 of file point_cloud.cpp.
ogre_tools::PointCloudRenderable::~PointCloudRenderable | ( | ) |
Definition at line 792 of file point_cloud.cpp.
void ogre_tools::PointCloudRenderable::_notifyCurrentCamera | ( | Ogre::Camera * | camera | ) | [virtual] |
Definition at line 803 of file point_cloud.cpp.
Ogre::Real ogre_tools::PointCloudRenderable::getBoundingRadius | ( | void | ) | const [virtual] |
Definition at line 808 of file point_cloud.cpp.
Ogre::HardwareVertexBufferSharedPtr ogre_tools::PointCloudRenderable::getBuffer | ( | ) |
Definition at line 798 of file point_cloud.cpp.
const Ogre::LightList & ogre_tools::PointCloudRenderable::getLights | ( | void | ) | const [virtual] |
Definition at line 829 of file point_cloud.cpp.
Ogre::RenderOperation* ogre_tools::PointCloudRenderable::getRenderOperation | ( | ) | [inline] |
Definition at line 70 of file point_cloud.h.
Ogre::Real ogre_tools::PointCloudRenderable::getSquaredViewDepth | ( | const Ogre::Camera * | cam | ) | const [virtual] |
Definition at line 813 of file point_cloud.cpp.
void ogre_tools::PointCloudRenderable::getWorldTransforms | ( | Ogre::Matrix4 * | xform | ) | const [virtual] |
Definition at line 824 of file point_cloud.cpp.
Ogre::MaterialPtr ogre_tools::PointCloudRenderable::material_ [private] |
Definition at line 80 of file point_cloud.h.
Definition at line 81 of file point_cloud.h.