Go to the documentation of this file.
17 #ifndef GZ_RENDERING_OGRE2_OGRE2SELECTIONBUFFER_HH_
18 #define GZ_RENDERING_OGRE2_OGRE2SELECTIONBUFFER_HH_
23 #include "gz/rendering/config.hh"
24 #include "gz/rendering/ogre2/Export.hh"
37 inline namespace IGNITION_RENDERING_VERSION_NAMESPACE {
40 struct Ogre2SelectionBufferPrivate;
63 public: Ogre::Item *OnSelectionClick(
const int _x,
const int _y);
66 public:
void Update();
69 private:
void DeleteRTTBuffer();
72 private:
void CreateRTTBuffer();
Definition: gz/rendering/ogre/OgreCamera.hh:27
Generates a selection buffer object for a given camera. The selection buffer is used of entity select...
Definition: gz/rendering/ogre2/Ogre2SelectionBuffer.hh:47