Switched to Raylib vertion 4.5. Removed some functions and added others. Main changes to camera3D.

This commit is contained in:
jussi
2023-04-06 19:19:44 +03:00
parent 2526c9732e
commit fe15e836bd
25 changed files with 744 additions and 957 deletions

View File

@@ -121,11 +121,12 @@ int lcoreGetCamera3DUp( lua_State *L );
int lcoreGetCamera3DFovy( lua_State *L );
int lcoreGetCamera3DProjection( lua_State *L );
int lcoreUpdateCamera3D( lua_State *L );
int lcoreSetCameraMode( lua_State *L );
int lcoreSetCameraPanControl( lua_State *L );
int lcoreSetCameraAltControl( lua_State *L );
int lcoreSetCameraSmoothZoomControl( lua_State *L );
int lcoreSetCameraMoveControls( lua_State *L );
int lcoreUpdateCamera3DPro( lua_State *L );
// int lcoreSetCameraMode( lua_State *L );
// int lcoreSetCameraPanControl( lua_State *L );
// int lcoreSetCameraAltControl( lua_State *L );
// int lcoreSetCameraSmoothZoomControl( lua_State *L );
// int lcoreSetCameraMoveControls( lua_State *L );
/* Input-related Keyboard. */
int lcoreIsKeyPressed( lua_State *L );
int lcoreIsKeyDown( lua_State *L );