Moved the AttributeArray and Primitive classes into their own header and

source files.
This commit is contained in:
Robert Osfield
2002-06-27 10:50:19 +00:00
parent 726d680184
commit 532a32416f
9 changed files with 363 additions and 316 deletions

View File

@@ -20,7 +20,6 @@ Node *makeBase( void )
Vec3Array *coords = new Vec3Array(19);
Vec2Array *tcoords = new Vec2Array(19);
Vec4Array *colors = new Vec4Array(1);
int *lengths = new int[1];
(*colors)[0].set(1.0f,1.0f,1.0f,1.0f);