NAME
	  fgluQuadricNormals - specify what kind of normals are
	  desired for quadrics


     FORTRAN SPECIFICATION
	  SUBROUTINE fgluQuadricNormals( CHARACTER*8 quad,
					 INTEGER*4 normal )


     PARAMETERS
	  quad	  Specifes the quadrics	object (created	with
		  fgluNewQuadric).

	  normal  Specifies the	desired	type of	normals. Valid values
		  are GLU_NONE,	GLU_FLAT, and GLU_SMOOTH.

     DESCRIPTION
	  fgluQuadricNormals specifies what kind of normals are
	  desired for quadrics rendered	with quad. The legal values
	  are as follows:

	  GLU_NONE	 No normals are	generated.

	  GLU_FLAT	 One normal is generated for every facet of a
			 quadric.

	  GLU_SMOOTH	 One normal is generated for every vertex of a
			 quadric. This is the initial value.

     SEE ALSO
	  fgluNewQuadric, fgluQuadricDrawStyle,
	  fgluQuadricOrientation, fgluQuadricTexture