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