47 #ifndef _MIRA_OGREWIDGETEX_H_ 48 #define _MIRA_OGREWIDGETEX_H_ 118 virtual void initOgre();
122 void setBackgroundMode(BackgroundMode mode);
123 void setBackgroundColor1(Ogre::ColourValue color1);
124 void setBackgroundColor2(Ogre::ColourValue color2);
125 void setBackgroundColors(Ogre::ColourValue color1, Ogre::ColourValue color2);
127 void setCameraMode(CameraMode mode);
128 void setRenderMode(RenderMode mode);
129 void setStereoMode(StereoMode mode);
131 void showBoundingBoxes(
bool show=
true);
134 void setCamera(
const Point3f& position,
float yaw,
float pitch,
float roll,
float distance);
144 class ColouredRectangle2D;
145 class RenderModeTechniqueMod;
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
Class for 2D, 3D and N-dimensional points.
Definition: ImageObject.h:60
Non intrusive reflect for OGRE color class.