Removed binary files

This commit is contained in:
n00b
2024-09-28 11:56:07 -04:00
parent 1bf67ba02c
commit 44a2793f37
53 changed files with 3222 additions and 1582 deletions

View File

@@ -4,3 +4,11 @@ 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( )