From 1f1768f07ec8e3f2ba0217cd0015fdff6a9a8a65 Mon Sep 17 00:00:00 2001 From: dcnieho Date: Sun, 18 Nov 2012 03:45:34 +0000 Subject: [PATCH] added note to docs that depth test is needed for correct drawing of some of the objects git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1402 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/web-src/docs/api.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/freeglut/web-src/docs/api.php b/freeglut/web-src/docs/api.php index b8374da..7b1b99e 100644 --- a/freeglut/web-src/docs/api.php +++ b/freeglut/web-src/docs/api.php @@ -1711,7 +1711,8 @@ line of code a three-dimensional object which can be used to test a variety of OpenGL functionality. None of the routines generates a display list for the object which it draws. The functions generate normals appropriate for lighting but, except for the teapon functions, do not generate texture -coordinates. +coordinates. Depth testing (GL_LESS) should be enabled for the correct +drawing of some of the objects.

15.1 glutWireSphere, glutSolidSphere