'\" e '\"! eqn | mmdoc '\"macro stdmacro .ds Vn Version 1.2 .ds Dt 6 March 1997 .ds Re Release 1.2.0 .ds Dp May 02 11:53 .ds Dm 37 newtess.g .ds Xs 16871 3 newtess.gl .\" .\" Copyright (c) 2001 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including .\" without limitation the rights to use, copy, modify, merge, publish, dis- .\" tribute, sublicense, and/or sell copies of the Software, and to permit .\" persons to whom the Software is furnished to do so, subject to the fol- .\" lowing conditions: .\" .\" The above copyright notice and this permission notice shall be included .\" in all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- .\" ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT .\" SHALL THE X JAPANESE DOCUMENTATION PROJECT BE LIABLE FOR ANY CLAIM, .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. .\" .\" Except as contained in this notice, the name of The X Japanese .\" Documentation Project shall not be used in advertising or otherwise to .\" promote the sale, use or other dealings in this Software without prior .\" written authorization from The X Japanese Documentation Project. .\" .\" X Window System is a trademark of The Open Group. .\" .\" Translated Tue Sep 11 12:32:23 JST 2001 .\" by FUJIWARA Teruyoshi .\" .TH GLUNEWTESS 3G .SH 名前 .B "gluNewTess .\"0 \- create a tessellation object \- テセレーションオブジェクトを生成する .SH 書式 GLUtesselator* \f3gluNewTess\fP( void ) .nf .fi .EQ delim $$ .EN .SH 説明 .\"0 \%\f3gluNewTess\fP creates and returns a pointer to a new tessellation object. \%\f3gluNewTess\fP はテセレーションオブジェクトを指定し、 そのオブジェクトを指すポインタを返す。 .\"0 This object must be referred to when calling .\"0 tessellation functions. A return value of .\"0 0 means that there is not enough memory to allocate the object. テセレーション処理をを行う関数を呼び出すときには、 このオブジェクトを参照しなければならない。 返り値が 0 の場合は、オブジェクトに割り当てる十分なメモリがない ことを示す。 .SH 関連項目 \%\f3gluTessBeginPolygon\fP, \%\f3gluDeleteTess\fP, \%\f3gluTessCallback\fP