njSetScreenDist Japanese
<-|INDEX|->
Sets the distance from the perspective to the screen.

FORMAT

#include <Ninja.h>
void njSetScreenDist(dist)
Float dist

PARAMETERS

dist
distance from the perspective to the screen

RETURN VALUE

None

FUNCTION


EXAMPLE

Sets the distance between the perspective and the screen to 2000.f.
njInitSystem( NJD_RESOLUTION_VGA, NJD_FRAMEBUFFER_MODE_RGB555, 1 );
njSetScreenDist(2000.f);

NOTES


RELATED TOPICS


njSetScreenDist
<-|INDEX|->

Copyright SEGA ENTERPRISES, LTD., 1997