class TwoSpheres

Defined in:

scene.cr

Constructors

Instance Method Summary

Instance methods inherited from class Scene

aperture : Float64 aperture, look_at : Vec3 look_at, look_from : Vec3 look_from, render_to(world : HittableList) render_to, vfov : Float64 vfov

Constructor methods inherited from class Scene

create(name : String) : Scene create, new new

Class methods inherited from class Scene

register(name : String, klass : Scene.class) register

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def render_to(world) #

[View source]