Changeset 1375 for trunk/src/camera.h
- Timestamp:
- May 12, 2012, 5:55:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/camera.h
r1353 r1375 35 35 void SetPerspective(float fov, float width, float height, 36 36 float near, float far); 37 void SetTarget(vec3 const &pos); 38 vec3 GetTarget(); 37 39 38 40 mat4 const &GetViewMatrix();
Note: See TracChangeset
for help on using the changeset viewer.