NNS_G2dDrawSprite

Syntax

#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 );
  

Arguments

px [IN] Position X
py [IN] Position Y
pz [IN] Position Z
sx [IN] Size X
sy [IN] Size Y
U0 [IN] Upper-left X of texture
V0 [IN] Upper-left Y of texture
U1 [IN] Lower-right X of texture
V1 [IN] Lower-right Y of texture

Return Values

None.

Description

Specifies the various parameters and renders the software sprite.

See Also

NNS_G2dDrawSprite*Fast

Revision History

2004/10/12 Support for argument changes.
2004/06/10 Revised the description of U0, V0, U1, and V1.
2004/05/28 Initial version.


CONFIDENTIAL