git-svn-id: svn://db.shs.com.ru/libs@60 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -89,10 +89,12 @@ public:
|
||||
void assign(const Camera & c);
|
||||
//QVector3D pointFromViewport(int x_, int y_, double z_); TODO
|
||||
|
||||
QMatrix4x4 offsetMatrix() const;
|
||||
|
||||
private:
|
||||
//void localTransform(QMatrix4x4 & m);
|
||||
|
||||
QVector3D aim_;
|
||||
QVector3D aim_, offset_;
|
||||
GLdouble fov_;
|
||||
GLdouble depth_start;
|
||||
GLdouble depth_end;
|
||||
|
||||
Reference in New Issue
Block a user