Camera3D lib. New camera3D functions.
This commit is contained in:
@@ -120,13 +120,20 @@ int lcoreGetCamera3DTarget( lua_State *L );
|
||||
int lcoreGetCamera3DUp( lua_State *L );
|
||||
int lcoreGetCamera3DFovy( lua_State *L );
|
||||
int lcoreGetCamera3DProjection( lua_State *L );
|
||||
int lcoreGetCamera3DForward( lua_State *L );
|
||||
int lcoreGetCamera3DUpNormalized( lua_State *L );
|
||||
int lcoreGetCamera3DRight( lua_State *L );
|
||||
int lcoreCamera3DMoveForward( lua_State *L );
|
||||
int lcoreCamera3DMoveUp( lua_State *L );
|
||||
int lcoreCamera3DMoveRight( lua_State *L );
|
||||
int lcoreCamera3DMoveToTarget( lua_State *L );
|
||||
int lcoreCamera3DYaw( lua_State *L );
|
||||
int lcoreCamera3DPitch( lua_State *L );
|
||||
int lcoreCamera3DRoll( lua_State *L );
|
||||
int lcoreGetCamera3DViewMatrix( lua_State *L );
|
||||
int lcoreGetCamera3DProjectionMatrix( lua_State *L );
|
||||
int lcoreUpdateCamera3D( 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 );
|
||||
|
||||
Reference in New Issue
Block a user