]> git.tdb.fi Git - libs/gl.git/blobdiff - source/mesh.cpp
Rewrite VertexFormat to support an arbitary amount of components
[libs/gl.git] / source / mesh.cpp
index fec753d0d3938d157b93403cd47716539f30551c..7f50beb7b61bc055bb1e905529e6f91c9535c1fe 100644 (file)
@@ -13,7 +13,7 @@ namespace Msp {
 namespace GL {
 
 Mesh::Mesh():
-       vertices(NODATA)
+       vertices(VERTEX3)
 { }
 
 Mesh::Mesh(VertexFormat f):