git-svn-id: svn://db.shs.com.ru/libs@599 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-09-25 17:40:10 +00:00
parent dee9c41174
commit f2ee4cf5a5
3 changed files with 48 additions and 34 deletions

View File

@@ -172,6 +172,9 @@ public:
GLObjectBase * selectedObject() const {return sel_obj;}
void glReleaseTextures(int channels = 8);
QByteArray saveCamera();
void restoreCamera(const QByteArray & ba);
GLfloat aspect, iaspect;
QMatrix4x4 cur_mvpm;