MIRA
Classes | Namespaces
DynamicRenderable.h File Reference

Base class providing dynamically growing hardware buffer Adapted from http://www.ogre3d.org/tikiwiki/DynamicGrowingBuffers&structure=Cookbook. More...

#include <visualization/GuiVisualizationExports.h>
#include <OGRE/OgreSimpleRenderable.h>
#include <utils/EnumToFlags.h>
Include dependency graph for DynamicRenderable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DynamicRenderable
 Abstract base class for renderables based on dynamically growing vertex and index buffers. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Detailed Description

Base class providing dynamically growing hardware buffer Adapted from http://www.ogre3d.org/tikiwiki/DynamicGrowingBuffers&structure=Cookbook.

Original file: DynamicRenderable.h