'\" 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 gettesspr .ds Xs 26656 3 gettessproperty.gl .TH GLUGETTESSPROPERTY 3G .\" .\" 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 Fri Sep 7 12:41:32 JST 2001 .\" by FUJIWARA Teruyoshi .\" .SH 名前 .B "gluGetTessProperty .\"0 \- get a tessellation object property \- テセレーションオブジェクトの属性を取得する .SH 書式 void \f3gluGetTessProperty\fP( GLUtesselator* \fItess\fP, .nf .ta \w'\f3void \fPgluGetTessProperty( 'u GLenum \fIwhich\fP, GLdouble* \fIdata\fP ) .fi .EQ delim $$ .EN .SH 引き数 .TP \w'\fIwhich\fP\ \ 'u \f2tess\fP .\"0 Specifies the tessellation object (created with \%\f3gluNewTess\fP). テセレーションオブジェクト(\%\f3gluNewTess\fP を使って作る)を指定する。 .TP \f2which\fP .\"0 Specifies the property whose value is to be fetched. Valid values are .\"0 \%\f3GLU_TESS_WINDING_RULE\fP, .\"0 \%\f3GLU_TESS_BOUNDARY_ONLY\fP, and .\"0 \%\f3GLU_TESS_TOLERANCE\fP. 値を取得する属性を指定する。 有効な値は \%\f3GLU_TESS_WINDING_RULE\fP, \%\f3GLU_TESS_BOUNDARY_ONLY\fP, \%\f3GLU_TESS_TOLERANCE\fP である。 .TP \f2data\fP .\"0 Specifies a pointer to the location into which the value of the .\"0 named property is written. 指定した属性の値を書き込む位置を指すポインタを指定する。 .SH 説明 .\"0 \%\f3gluGetTessProperty\fP retrieves properties stored in a tessellation object. These .\"0 properties affect the way that tessellation objects .\"0 are interpreted and rendered. See the .\"0 \%\f3gluTessProperty\fP reference page for information about the .\"0 properties and what they do. \%\f3gluGetTessProperty\fP は、テセレーションオブジェクトが持つ 属性を取得する。 テセレーションオブジェクトの属性は、 テセレーションオブエジェクトの解釈とレンダリングに影響する。 テセレーションオブジェクトが持つ属性とその意味については、 \%\f3gluTessProperty\fP の項目を参照すること。 .SH 関連項目 \%\f3gluNewTess\fP, \%\f3gluTessProperty\fP