git-svn-id: svn://db.shs.com.ru/libs@45 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -50,11 +50,13 @@ public:
|
||||
bool loadFromFile(const QString & filename);
|
||||
|
||||
private:
|
||||
QVector<GLfloat> vertices_, normals_, texcoords_, colors_;
|
||||
void calculateBinormals();
|
||||
|
||||
QVector<GLfloat> vertices_, normals_, texcoords_, colors_, tangents_, bitangents_;
|
||||
GLenum usage;
|
||||
GLuint buffer_, va_;
|
||||
int vert_count;
|
||||
bool changed, has_normals, has_texcoords, has_colors;
|
||||
bool changed, has_normals, has_texcoords, has_colors, has_binormals;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user