3 This file is part of libmspgl
4 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
8 #include "vertexbuilder.h"
13 VertexBuilder::VertexBuilder():
14 cr(1), cg(1), cb(1), ca(1),
15 ts(0), tt(0), tr(0), tq(0),
19 void VertexBuilder::attrib(unsigned i, float x, float y, float z, float w)