GINO Graphics Suite - GINO v9.0  

gViewShift

Syntax

[C/C++:]
void gViewShift(float dx, float dy, float dz);
[F90:]
subroutine gViewShift(dx, dy, dz)
real, intent(in) :: dx,dy,dz

Arguments

dx,dy,dz
Amount by which line of sight is to be shifted

Description

The routine gViewShift() moves the line of sight by the specified vector increment along the current view axes..

See Also

gViewShift Usage