Go to the documentation of this file.
17 #ifndef IGNITION_RENDERING_OGRE_OGREVISUAL_HH_
18 #define IGNITION_RENDERING_OGRE_OGREVISUAL_HH_
31 inline namespace IGNITION_RENDERING_VERSION_NAMESPACE {
34 class OgreVisualPrivate;
44 public:
virtual void SetWireframe(
bool _show)
override;
47 public:
virtual bool Wireframe()
const override;
50 public:
virtual void SetVisible(
bool _visible)
override;
53 public:
virtual void SetVisibilityFlags(uint32_t _flags)
override;
69 private:
virtual void BoundsHelper(
78 private:
virtual void BoundsHelper(
84 protected:
virtual bool AttachGeometry(
GeometryPtr _geometry)
override;
87 protected:
virtual bool DetachGeometry(
GeometryPtr _geometry)
override;
90 protected:
virtual void Init()
override;
Definition: BaseVisual.hh:37
Definition: OgreScene.hh:39
2D or 3D Bounding box. It stores the position / orientation / size info of the box and its label
Definition: BoundingBox.hh:41
Definition: OgreVisual.hh:36
OgreGeometryStorePtr geometries
Definition: OgreVisual.hh:92