2005-10-18から1日間の記事一覧

PyOpenGL はじめました:glTexImage2D

PyOpenGL はじめました《記事一覧》 glTexImage2D 《著》小粒ちゃん《監修》小泉ひよ子とタマゴ倶楽部第0版♪2006/09/21 ● 第1版♪2009/04/07》作業中です《 ■ 概要 glTexImage2D:2次元のテクスチャー画像を設定します。 ■ 関連記事 GL redbook bluebook D…

概要:gluLookAt $ cd ../redbook/Chapter3,Viewing/cube/ $ python2.5 -i cube.py -ss ['cube.py', '-ss'] >>> print gluLookAt.__doc__ gluLookAt( GLdouble(eyeX), GLdouble(eyeY), GLdouble(eyeZ), GLdouble(centerX), GLdouble(centerY), GLdouble(cent…