modelupdate

This commit is contained in:
seba 2008-04-19 18:31:12 +02:00
parent 35034e61aa
commit fc21a5ca38
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ void ModelObject::render() {
// return; // return;
// } // }
// mat.diffuse.print(mat.name); // mat.diffuse.print(mat.name);
glBegin(GL_LINES); glBegin(GL_TRIANGLES);
for(unsigned int i=0; i<polygon.size(); i++) { for(unsigned int i=0; i<polygon.size(); i++) {
glColorGLC(mat.diffuse); glColorGLC(mat.diffuse);