NNS_G2dDrawSprite

構文

#include <nnsys/g2d/g2d_Softsprite.h>
void NNS_G2dDrawSprite( 
                         s16 px, s16 py, int pz, 
                         int sx, int sy, 
                         int U0, int V0, int U1, int V1 );
  

引数

px [IN] 位置X
py [IN] 位置Y
pz [IN] 位置Z
sx [IN] サイズX
sy [IN] サイズY
U0 [IN] テクスチャの左上X
V0 [IN] テクスチャの左上Y
U1 [IN] テクスチャの右下X
V1 [IN] テクスチャの右下Y

返り値

なし

説明

各種パラメータを指定してソフトウェアスプライトを描画します。

参照

NNS_G2dDrawSprite*Fast

履歴

2004/10/12 引数変更に対応。
2004/06/10 U0, V0, U1, V1の説明を修正。
2004/05/28 初版