class Game::Camera
- Game::Camera
- Reference
- Object
Defined in:
game/camera.crConstructors
Instance Method Summary
Constructor Detail
def self.new(position = Vector3.new, target = Vector3.new, up = Vector3.new, fov : Int32 | Float32 = 45, type = Type::Perspective)
#