fgluquadricnormals.html

来自「计算机图形学~想必是很多人需要的~在此共享一下」· HTML 代码 · 共 59 行

HTML
59
字号
<HTML><BODY><PRE>     <STRONG>NAME</STRONG>	  <STRONG>fgluQuadricNormals</STRONG> - specify what kind of normals are	  desired for quadrics     <STRONG>FORTRAN</STRONG> <STRONG>SPECIFICATION</STRONG>	  SUBROUTINE <STRONG>fgluQuadricNormals</STRONG>( CHARACTER*8 <EM>quad</EM>,					 INTEGER*4 <EM>normal</EM> )     <STRONG>PARAMETERS</STRONG>	  <EM>quad</EM>	  Specifes the quadrics	object (created	with		  <STRONG>fgluNewQuadric</STRONG>).	  <EM>normal</EM>  Specifies the	desired	type of	normals. Valid values		  are <STRONG>GLU_NONE</STRONG>,	<STRONG>GLU_FLAT</STRONG>, and <STRONG>GLU_SMOOTH</STRONG>.     <STRONG>DESCRIPTION</STRONG>	  <STRONG>fgluQuadricNormals</STRONG> specifies what kind of normals are	  desired for quadrics rendered	with <EM>quad</EM>. The legal values	  are as follows:	  <STRONG>GLU_NONE</STRONG>	 No normals are	generated.	  <STRONG>GLU_FLAT</STRONG>	 One normal is generated for every facet of a			 quadric.	  <STRONG>GLU_SMOOTH</STRONG>	 One normal is generated for every vertex of a			 quadric. This is the initial value.     <STRONG>SEE</STRONG> <STRONG>ALSO</STRONG>	  <STRONG>fgluNewQuadric</STRONG>, <STRONG>fgluQuadricDrawStyle</STRONG>,	  <STRONG>fgluQuadricOrientation</STRONG>, <STRONG>fgluQuadricTexture</STRONG></PRE></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?