'\" 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 quadricdr .ds Xs 39695 4 quadricdrawstyle.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 Fri Sep 21 19:02:26 JST 2001 .\" by FUJIWARA Teruyoshi .\" .TH GLUQUADRICDRAWSTYLE 3G .SH 名前 .B "gluQuadricDrawStyle .\"0 \- specify the draw style desired for quadrics \- 二次曲面に設定したい描画スタイルを指定する .SH 書式 void \f3gluQuadricDrawStyle\fP( GLUquadric* \fIquad\fP, .nf .ta \w'\f3void \fPgluQuadricDrawStyle( 'u GLenum \fIdraw\fP ) .fi .EQ delim $$ .EN .SH 引き数 .TP \w'\f2quad\fP\ \ 'u \f2quad\fP .\"0 Specifies the quadrics object (created with \%\f3gluNewQuadric\fP). 二次曲面オブジェクト(\%\f3gluNewQuadric\fP を使って作る)を指定する。 .TP \f2draw\fP .\"0 Specifies the desired draw style. Valid values are .\"0 \%\f3GLU_FILL\fP, .\"0 \%\f3GLU_LINE\fP, .\"0 \%\f3GLU_SILHOUETTE\fP, and .\"0 \%\f3GLU_POINT\fP. 希望する描画スタイルを指定する。 有効な値は \%\f3GLU_FILL\fP, \%\f3GLU_LINE\fP, \%\f3GLU_SILHOUETTE\fP, \%\f3GLU_POINT\fP である。 .SH 説明 .\"0 \%\f3gluQuadricDrawStyle\fP specifies the draw style for quadrics rendered with .\"0 \f2quad\fP. The legal values are as follows: \%\f3gluQuadricDrawStyle\fP は \f2quad\fP で描画される二次曲面の 描画スタイルを指定する。 有効な値は次の通りである: .TP 15 \%\f3GLU_FILL\fP .\"0 Quadrics are rendered with polygon primitives. The polygons .\"0 are drawn in a counterclockwise fashion with respect to their .\"0 normals (as defined with \%\f3gluQuadricOrientation\fP). 二次曲面をポリゴンプリミティブでレンダリングする。 ポリゴンは法線に対して反時計回りに(\%\f3gluQuadricOrientation\fP で 定義される)描画される。 .TP \%\f3GLU_LINE\fP .\"0 Quadrics are rendered as a set of lines. 二次曲面を線の集まりとしてレンダリングする。 .TP \%\f3GLU_SILHOUETTE\fP .\"0 Quadrics are rendered as a set of lines, except that edges separating .\"0 coplanar faces will not be drawn. 二次曲面を線の集まりとしてレンダリングする。 ただし、同一平面上にある面分を区切る稜線は描画されない。 .TP \%\f3GLU_POINT\fP .\"0 Quadrics are rendered as a set of points. 二次曲面を点の集まりとして描画する。 .SH 関連項目 \%\f3gluNewQuadric\fP, \%\f3gluQuadricNormals\fP, \%\f3gluQuadricOrientation\fP, \%\f3gluQuadricTexture\fP