branch | pyrit |
changeset 69 | 303583d2fb97 |
parent 62 | 07c2f8084719 |
child 72 | 7c3f38dff082 |
--- a/ccdemos/realtime_bunny.cc Sat Apr 12 02:02:45 2008 +0200 +++ b/ccdemos/realtime_bunny.cc Mon Apr 14 12:51:50 2008 +0200 @@ -22,6 +22,7 @@ //rt.addlight(&light2); Material mat(Colour(0.9, 0.9, 0.9)); + mat.setSmooth(true); load_ply(rt, "../models/ply/bunny/bun_zipper.ply", &mat, Vector3(-29,29,29), Vector3(-1,-3,0)); rt.setCamera(&cam);