differ vertexNormal and triangleNormal

This commit is contained in:
Anakin
2017-01-23 13:49:29 +01:00
parent 10718f2269
commit 0a9103fdc5
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ struct VertexData
{
QVector3D position;
QVector2D texCoord;
QVector3D normal;
QVector3D vertexNormal;
};
struct Segment {