gz/rendering/ogre2/Ogre2Visual.hh
Go to the documentation of this file.
Definition: gz/rendering/base/BaseVisual.hh:40
Ogre2.x implementation of the scene class.
Definition: gz/rendering/ogre2/Ogre2Scene.hh:59
Ogre2.x implementation of the visual class.
Definition: gz/rendering/ogre2/Ogre2Visual.hh:39
virtual bool DetachGeometry(GeometryPtr _geometry) override
Ogre2GeometryStorePtr geometries
Pointer to the attached geometries.
Definition: gz/rendering/ogre2/Ogre2Visual.hh:101
virtual void SetVisibilityFlags(uint32_t _flags) override
Set visibility flags.
virtual void SetVisible(bool _visible) override
Specify if this visual is visible.
virtual ignition::math::AxisAlignedBox BoundingBox() const override
Get the bounding box in world frame coordinates.
virtual GeometryStorePtr Geometries() const override
virtual void SetWireframe(bool _show) override
Enable or disable wireframe.
virtual bool AttachGeometry(GeometryPtr _geometry) override
virtual ignition::math::AxisAlignedBox LocalBoundingBox() const override
Get the local bounding box of the visual.
virtual bool Wireframe() const override
Get whether wireframe is enabled for this visual.