quadricnormals.html

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

HTML
59
字号
<HTML><BODY><PRE>     <STRONG>NAME</STRONG>	  <STRONG>gluQuadricNormals</STRONG> - specify what kind	of normals are desired	  for quadrics     <STRONG>C</STRONG> <STRONG>SPECIFICATION</STRONG>	  void <STRONG>gluQuadricNormals</STRONG>( GLUquadric* <EM>quad</EM>,				  GLenum <EM>normal</EM>	)     <STRONG>PARAMETERS</STRONG>	  <EM>quad</EM>	  Specifes the quadrics	object (created	with		  <STRONG>gluNewQuadric</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>gluQuadricNormals</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>gluNewQuadric</STRONG>, <STRONG>gluQuadricDrawStyle</STRONG>, <STRONG>gluQuadricOrientation</STRONG>,	  <STRONG>gluQuadricTexture</STRONG></PRE></BODY></HTML>

⌨️ 快捷键说明

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