DrawCapsule and DrawCapsuleWires. Free Camera3D example.

This commit is contained in:
jussi
2023-04-25 19:28:54 +03:00
parent a9ce78128d
commit 8b6337446d
9 changed files with 181 additions and 1 deletions

View File

@@ -33,6 +33,10 @@ function Camera3D:new()
object.camera = RL.CreateCamera3D()
object.mode = object.MODES.CUSTOM
object:setPosition( { 0, 0, 0 } )
object:setTarget( { 0, 0, 0 } )
object:setUp( { 0, 1, 0 } )
return object
end