modelupdate
This commit is contained in:
parent
35034e61aa
commit
fc21a5ca38
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue