struct Camera
- Camera
- Struct
- Value
- Object
Defined in:
camera.crConstructors
Instance Method Summary
Constructor Detail
def self.new(*, look_from : Vec3, look_at : Vec3, vup : Vec3, vfov : Float64, aspect_ratio : Float64, aperture : Float64, focus_dist : Float64, time0 : Float64 = 0, time1 : Float64 = 0)
#