update examples
This commit is contained in:
parent
64e5995633
commit
aa5659f272
10 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
#--------------------------------------------------------------------------------------
|
||||
|
|
Reference in a new issue