Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rtiow
main
Top Level Namespace
AaBb
BVHNode
Camera
Checker
Color
CoverScene
Dielectric
HitRecord
Hittable
HittableList
Lambertian
Material
MaybeRayAndAttenuation
Metal
MovingSphere
Noise
Perlin
Ray
Scene
SolidColor
Sphere
Texture
TwoPerlinSpheres
TwoSpheres
Vec3
Generated using Crystal 1.16.3
2025-12-23 22:04:22 UTC
class
CoverScene
CoverScene
Scene
Reference
Object
Defined in:
scene.cr
Constructors
.new
Instance Method Summary
#render_to
(world : HittableList)
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 :
HittableList
)
#
[
View source
]