branch | pyrit |
changeset 69 | 303583d2fb97 |
parent 41 | c1080cb5bd6d |
child 72 | 7c3f38dff082 |
--- a/ccdemos/common_ply.h Sat Apr 12 02:02:45 2008 +0200 +++ b/ccdemos/common_ply.h Mon Apr 14 12:51:50 2008 +0200 @@ -59,7 +59,6 @@ f >> v1 >> v2 >> v3; face = new Triangle(vertices.at(v1), vertices.at(v3), vertices.at(v2), mat); rt.addshape(face); - face->setSmooth(); normals.at(v1) += face->getNormal(); vertex_face_num.at(v1)++;