update examples

This commit is contained in:
richard 2021-08-28 13:07:02 +01:00
parent 64e5995633
commit aa5659f272
10 changed files with 6 additions and 8 deletions

View file

@ -26,7 +26,7 @@ camera.position = [ 0.0, 10.0, 10.0 ]
camera.target = [ 0.0, 0.0, 0.0 ]
camera.up = [ 0.0, 1.0, 0.0 ]
camera.fovy = 45.0
camera.type = CAMERA_PERSPECTIVE
camera.projection = CAMERA_PERSPECTIVE
SetTargetFPS(60) # Set our game to run at 60 frames-per-second
#--------------------------------------------------------------------------------------