fgludeletequadric.html

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

HTML
59
字号
<HTML><BODY><PRE>     <STRONG>NAME</STRONG>	  <STRONG>fgluDeleteQuadric</STRONG> - destroy a	quadrics object     <STRONG>FORTRAN</STRONG> <STRONG>SPECIFICATION</STRONG>	  SUBROUTINE <STRONG>fgluDeleteQuadric</STRONG>(	CHARACTER*8 <EM>quad</EM> )     <STRONG>PARAMETERS</STRONG>	  <EM>quad</EM>	Specifies the quadrics object to be destroyed.     <STRONG>DESCRIPTION</STRONG>	  <STRONG>fgluDeleteQuadric</STRONG> destroys the quadrics object (created with	  <STRONG>fgluNewQuadric</STRONG>) and frees any	memory it uses.	Once	  <STRONG>fgluDeleteQuadric</STRONG> has	been called, <EM>quad</EM> cannot be used	  again.     <STRONG>SEE</STRONG> <STRONG>ALSO</STRONG>	  <STRONG>fgluNewQuadric</STRONG></PRE></BODY></HTML>

⌨️ 快捷键说明

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