'\" 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 quadricte .ds Xs 18441 3 quadrictexture.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 Mon Sep 24 12:33:14 JST 2001 .\" by FUJIWARA Teruyoshi .\" .TH GLUQUADRICTEXTURE 3G .SH 名前 .B "gluQuadricTexture .\"0 \- specify if texturing is desired for quadrics \- 二次曲面にテクスチャを求めるかどうかを指定する .SH 書式 void \f3gluQuadricTexture\fP( GLUquadric* \fIquad\fP, .nf .ta \w'\f3void \fPgluQuadricTexture( 'u GLboolean \fItexture\fP ) .fi .EQ delim $$ .EN .SH 引き数 .TP \w'\fItexture\fP\ \ 'u \f2quad\fP .\"0 Specifies the quadrics object (created with \%\f3gluNewQuadric\fP). 二次曲面オブジェクト(\%\f3gluNewQuadric\fP を使って作る)を指定する。 .TP \f2texture\fP .\"0 Specifies a flag indicating if texture coordinates should be generated. テクスチャ座標を作るべきかどうかを示すフラグを指定する。 .SH 説明 .\"0 \%\f3gluQuadricTexture\fP specifies if texture coordinates should be generated .\"0 for quadrics rendered with \f2quad\fP. \%\f3gluQuadricTexture\fP は、\f2quad\fP を使って描画される二次曲面 に対してテクスチャ座標を生成すべきかどうかを指定する。 .\"0 If the value of \f2texture\fP is \%\f3GL_TRUE\fP, then texture coordinates .\"0 are generated, and if \f2texture\fP is \%\f3GL_FALSE\fP, they are not. The .\"0 initial value is \%\f3GL_FALSE\fP. \f2texture\fP の値が \%\f3GL_TRUE\fP ならばテクスチャ座標が生成され、 \f2texture\fP の値が \%\f3GL_FALSE\fP ならばテクスチャ座標が生成されない。 初期値は \%\f3GL_FALSE\fP である。 .P .\"0 The manner in which texture coordinates are generated depends .\"0 upon the specific quadric rendered. テクスチャ座標の作られかたは、レンダリングされる二次曲面そのものに よって異なる。 .SH 関連項目 \%\f3gluNewQuadric\fP, \%\f3gluQuadricDrawStyle\fP, \%\f3gluQuadricNormals\fP, \%\f3gluQuadricOrientation\fP