C3DCamera::SetY

Top  Previous  Next

Syntax:

 

SetY(float  fY)

 

Purpose:

Sets the Y axis position for a camera.

 

Parameters:

fy -The new Y axis position.

 

Returned value(s):

None

 

Application:

cam1.SetY(4.5)

 

Additional Info:

When using a camera with a locked Y axis the method can be used to set the axis.  Used for FPS style cameras.

 

See Also:

LockYAxis