class Scene
- Scene
- Reference
- Object
Defined in:
scene.crConstructors
Instance Method Summary
- #background : Background?
- #background=(background : Background?)
- #fast_hit(ray : Ray) : Bool
- #get_background(ray)
- #hit(ray : Ray) : HitRecord?
- #hitable : Hitable
- #hitable=(hitable : Hitable)
- #light_sampling_CDF
- #light_sampling_CDF=(light_sampling_CDF)
- #lights : Array(Light)
- #lights=(lights : Array(Light))