Ninja Library - View Function

njUnitViewMatrix

Sets a unit matrix to the view matrix

FORMAT

void njUnitViewMatrix( *v )
NJS_VIEW *v

PARAMETER

 *v  Pointer to view structure 

RETURN

None

DESCRIPTION

Sets a unit matrix to the view matrix of the view specified by the user.

EXAMPLE

NJS_VIEW v;
njUnitViewMatrix(&v);

NOTE

When parameter v is NULL, the unit matrix is set to the view matrix of the current view.

** Important **

This function is not deleted to keep compatible with Ninja program before SDK Ver. 0.15. When programs are written newly, do not use this function as it may be eliminated in the future.


njUnitViewMatrix
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999