X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_teapot_data.h;h=1af56b7047445b1fd7f25167526130ebb7eda117;hb=8c18b050e929364e344dfa4cb11e5200771e0d1d;hp=2ba8bd1d0b84e36059aecdabb07c6f6d5d32315a;hpb=3997d5a97e09f007f544bb6c524387047d7d56c7;p=freeglut diff --git a/src/freeglut_teapot_data.h b/src/freeglut_teapot_data.h index 2ba8bd1..1af56b7 100644 --- a/src/freeglut_teapot_data.h +++ b/src/freeglut_teapot_data.h @@ -566,7 +566,7 @@ const float vertices[530][3] = { }; -// 530 normals +/* 530 normals */ const int numNormals = 530; const float normals[530][3] = { 0.0486f, -0.9986f, 0.0168f, @@ -1101,11 +1101,11 @@ const float normals[530][3] = { -0.623f, -0.5156f, -0.5881f }; -// 1 color -//255 255 0 +/* 1 color */ +/*255 255 0 */ -// 1024 faces -// numIdx fidx0 fidx1 fidx2 nidx0 nidx1 nidx2 coloridx +/* 1024 faces */ +/* numIdx fidx0 fidx1 fidx2 nidx0 nidx1 nidx2 coloridx */ const int numFaces = 1024; const int faces[1024][8] = { @@ -2425,4 +2425,5 @@ static double tex[2][2][2] = #endif /* TARGET_HOST_WINCE */ -#endif /* FREEGLUT_TEAPOT_DATA_H */ \ No newline at end of file +#endif /* FREEGLUT_TEAPOT_DATA_H */ +