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

@ -27,7 +27,7 @@ camera.position = [ 5.0, 4.0, 5.0 ]
camera.target = [ 0.0, 2.0, 0.0 ]
camera.up = [ 0.0, 1.0, 0.0 ]
camera.fovy = 45.0
camera.type = CAMERA_PERSPECTIVE
camera.projection = CAMERA_PERSPECTIVE
bill = LoadTexture(b"resources/billboard.png") # Our texture billboard