From fe15e836bd87963d10bd301a3a24652763059e0d Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 6 Apr 2023 19:19:44 +0300 Subject: Switched to Raylib vertion 4.5. Removed some functions and added others. Main changes to camera3D. --- include/core.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'include/core.h') diff --git a/include/core.h b/include/core.h index 51a6a25..e7b89bc 100644 --- a/include/core.h +++ b/include/core.h @@ -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 ); -- cgit v1.2.3