Changeset 158 in flair-src for trunk/lib/FlairSimulator/src/unexported/Model_impl.h
- Timestamp:
- 03/05/17 10:50:56 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/unexported/Model_impl.h
r69 r158 66 66 { 67 67 public: 68 #ifdef GL 69 Model_impl(flair::simulator::Model *self, std::string name, 70 irr::scene::ISceneManager *scenemanager, vrpn_Connection_IP *vrpn); 71 #else 72 Model_impl(flair::simulator::Model *self, std::string name, 73 vrpn_Connection_IP *vrpn); 74 #endif 68 Model_impl(flair::simulator::Model *self, std::string name,uint32_t modelId); 75 69 ~Model_impl(); 76 70 … … 100 94 flair::gui::TabWidget *tabwidget; 101 95 flair::gui::DoubleSpinBox *dT; 96 int modelId; 102 97 103 98 private:
Note:
See TracChangeset
for help on using the changeset viewer.