Handbook
Glossary
ray-trace ( scene -- pixels )
Vocabulary
benchmark
.
raytracer
Inputs
scene
an
object
Outputs
pixels
an
object
Definition
USING:
kernel
sequences
;
IN:
benchmark.raytracer
:
ray-trace
( scene -- pixels )
pixel-grid
[
[
ray-pixel
]
with
map
]
with
map
;