Changeset 34 in flair-dev for trunk/include/FlairSimulator/Gui.h


Ignore:
Timestamp:
09/28/16 08:40:33 (8 years ago)
Author:
Sanahuja Guillaume
Message:

doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/FlairSimulator/Gui.h

    r13 r34  
    5252class Gui : public core::Object {
    5353  friend class ::Simulator_impl;
     54  friend class VisualizationCamera;
    5455
    5556public:
     
    6263  irr::scene::IAnimatedMesh *getMesh(std::string filename) const;
    6364  irr::scene::ISceneManager *getSceneManager(void) const;
     65  irr::IrrlichtDevice *getDevice(void) const;
    6466  float getAspectRatio(void) const;
    6567
    6668protected:
    67   irr::IrrlichtDevice *getDevice(void) const;
    6869  void setMesh(std::string file,
    6970               irr::core::vector3df position = irr::core::vector3df(0, 0, 0),
Note: See TracChangeset for help on using the changeset viewer.