#include <revolution/gx.h>
void GXSetIndTexCoordScale(GXIndTexStageID ind_stage,
GXIndTexScale scale_s,
GXIndTexScale scale_t);
| ind_stage | The indirect stage that is being affected. Accepted values are: GX_INDTEXSTAGE0, GX_INDTEXSTAGE1, GX_INDTEXSTAGE2 and GX_INDTEXSTAGE3. |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| scale_s | The scale factor for the S coordinate. Accepted values are:
|
||||||||||||||||||||
| scale_t | The scale factor for the T coordinate. Accepted values are identical to scale_s. |
None.
This function is used to share texture coordinates between an indirect stage and a regular TEV stage. This can be used to scale down texture coordinates used for a small indirect map for a regular map.
2006/03/01 Initial version.
CONFIDENTIAL