#include "point_cloud.h"
#include <ros/assert.h>
#include <OGRE/OgreSceneManager.h>
#include <OGRE/OgreSceneNode.h>
#include <OGRE/OgreVector3.h>
#include <OGRE/OgreQuaternion.h>
#include <OGRE/OgreManualObject.h>
#include <OGRE/OgreMaterialManager.h>
#include <OGRE/OgreBillboardSet.h>
#include <OGRE/OgreBillboard.h>
#include <OGRE/OgreTexture.h>
#include <OGRE/OgreTextureManager.h>
#include <sstream>
#include "rviz/ogre_helpers/custom_parameter_indices.h"
#include "rviz/selection/forwards.h"
Go to the source code of this file.
Namespaces | |
namespace | rviz |
Defines | |
#define | VERTEX_BUFFER_CAPACITY (36 * 1024 * 10) |
Functions | |
void | rviz::setAlphaBlending (const Ogre::MaterialPtr &mat) |
void | rviz::setReplace (const Ogre::MaterialPtr &mat) |
Variables | |
static float | rviz::g_billboard_sphere_vertices [3 *3] |
static float | rviz::g_billboard_vertices [6 *3] |
static float | rviz::g_box_vertices [6 *6 *3] |
static float | rviz::g_point_vertices [3] |
#define VERTEX_BUFFER_CAPACITY (36 * 1024 * 10) |
Definition at line 49 of file point_cloud.cpp.