NNS_G3dGlbSetBaseTrans

C Specification

#include <nnsys/g3d/glbstate.h>
void
NNS_G3dGlbSetBaseTrans(
    const VecFx32* pTrans
);

Arguments

pTrans Pointer to the translation vector.

Return Values

None.

Description

This function configures the value in the base translation of the global state kept in the G3D library. The entire model is translated based on this value at the time of rendering.

See Also

NNS_G3dGlbSetBaseScale, NNS_G3dGlbSetBaseRot

Revision History

2004/08/02 Initial version.


CONFIDENTIAL