Changeset 50 in flair-dev for trunk/include/FlairSimulator/SimuCameraGL.h
- Timestamp:
- May 31, 2017, 3:54:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairSimulator/SimuCameraGL.h
r13 r50 51 51 // top left origin 52 52 SimuCameraGL(const simulator::Model *parent, std::string name, int width, 53 int height, int x, int y, int dev_id);53 int height, int x, int y, uint32_t modelId,uint32_t deviceId); 54 54 ~SimuCameraGL(); 55 55 //! Sets the value of the near clipping plane. (default: 1.0f) … … 67 67 irr::scene::ISceneManager *newManager = 0); 68 68 void getImage(void); 69 void putImage(char *pixels );69 void putImage(char *pixels,core::Time imageTime); 70 70 irr::scene::ICameraSceneNode *camera; 71 71 irr::scene::ISceneManager *smgr;
Note:
See TracChangeset
for help on using the changeset viewer.