fglunewnurbsrenderer.html

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

HTML
59
字号
<HTML><BODY><PRE>     <STRONG>NAME</STRONG>	  <STRONG>fgluNewNurbsRenderer</STRONG> - create	a NURBS	object     <STRONG>FORTRAN</STRONG> <STRONG>SPECIFICATION</STRONG>	  CHARACTER*8 <STRONG>fgluNewNurbsRenderer</STRONG>( )     <STRONG>DESCRIPTION</STRONG>	  <STRONG>fgluNewNurbsRenderer</STRONG> creates and returns a pointer to	a new	  NURBS	object.	 This object must be referred to when calling	  NURBS	rendering and control functions. A return value	of 0	  means	that there is not enough memory	to allocate the	  object.     <STRONG>SEE</STRONG> <STRONG>ALSO</STRONG>	  <STRONG>fgluBeginCurve</STRONG>, <STRONG>fgluBeginSurface</STRONG>, <STRONG>fgluBeginTrim</STRONG>,	  <STRONG>fgluDeleteNurbsRenderer</STRONG>, <STRONG>fgluNurbsCallback</STRONG>,	  <STRONG>fgluNurbsProperty</STRONG></PRE></BODY></HTML>

⌨️ 快捷键说明

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