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

This commit is contained in:
2015-12-04 14:34:44 +00:00
parent 822e1518ce
commit 576e28354b
3 changed files with 18 additions and 3 deletions

View File

@@ -46,6 +46,8 @@ public:
QVector<GLfloat> & texcoords() {changed = true; return texcoords_;}
QVector<GLfloat> & colors() {changed = true; return colors_;}
void translatePoints(const QVector3D & dp);
bool saveToFile(const QString & filename);
bool loadFromFile(const QString & filename);