X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_teapot.c;h=a378b9bbfb1248acde0f5b399856ae3dbd3c9908;hb=002dae879eda329f38fe65cb6f99d4f481a2eb47;hp=68dd8b8f5b26d86115ddbeef5a9b8d3adf13a571;hpb=ff7ec6ed2620d67541b5a29dab54c5459e5183c3;p=freeglut diff --git a/src/fg_teapot.c b/src/fg_teapot.c index 68dd8b8..a378b9b 100644 --- a/src/fg_teapot.c +++ b/src/fg_teapot.c @@ -1,5 +1,5 @@ /* - * freeglut_teapot.c + * fg_teapot.c * * Teapot(tm) rendering code. * @@ -28,7 +28,6 @@ /* notes: * the (very little) required math is found here: http://www.gamasutra.com/view/feature/131848/tessellation_of_4x4_bezier_patches_.php?print=1 * a much more optimized version is here, didn't bother to implement that: http://www.gamasutra.com/view/feature/131794/an_indepth_look_at_bicubic_bezier_.php?print=1 - * teacup and teaspoon data: ftp://ftp.funet.fi/pub/sci/graphics/packages/objects/teaset.tar.Z (figure out this sampling scheme) */ #include