We continue by adding the vertex, texture coordinate, and normal data to our VBO. We better check if model has normals (sometimes it doesn???t necessarily have, so we???d better check it to prevent some random program crashes), the position and texture coordinate of vertex should be there (maybe there is a chance that they???re not there, but whatever :D ).