Indentation fix.
This commit is contained in:
@@ -3204,9 +3204,9 @@ int lcoreCamera3DYaw( lua_State* L ) {
|
||||
> RL.Camera3DPitch( camera3D camera, float angle, bool lockView, bool rotateAroundTarget, bool rotateUp )
|
||||
|
||||
Rotates the camera around it's right vector, pitch is "looking up and down"
|
||||
- lockView prevents camera overrotation (aka "somersaults")
|
||||
- rotateAroundTarget defines if rotation is around target or around it's position
|
||||
- rotateUp rotates the up direction as well (typically only usefull in CAMERA_FREE)
|
||||
- lockView prevents camera overrotation (aka "somersaults")
|
||||
- rotateAroundTarget defines if rotation is around target or around it's position
|
||||
- rotateUp rotates the up direction as well (typically only usefull in CAMERA_FREE)
|
||||
NOTE: angle must be provided in radians
|
||||
*/
|
||||
int lcoreCamera3DPitch( lua_State* L ) {
|
||||
|
||||
Reference in New Issue
Block a user