15 lines
454 B
QBasic
15 lines
454 B
QBasic
sub SetCameraPosition( x, y, z)
|
|
sub GetCameraPosition(ByRef x, ByRef y, ByRef z)
|
|
sub TranslateCamera( x, y, z)
|
|
sub SetCameraRotation( x, y, z)
|
|
sub GetCameraRotation(ByRef x, ByRef y, ByRef z)
|
|
sub RotateCamera( x, y, z)
|
|
sub SetCameraFOV( fov )
|
|
function GetCameraFOV( )
|
|
sub SetCameraAspectRatio( aspect )
|
|
function GetCameraAspectRatio( )
|
|
sub SetCameraFarValue( zf )
|
|
function GetCameraFarValue( )
|
|
sub SetCameraNearValue( zn )
|
|
function GetCameraNearValue( )
|