diff -r 2c154aad7f33 -r 303583d2fb97 ccdemos/common_ply.h --- 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)++;