Ray Tracer Initial Scene Parameters:

Frame: 500x300 pixels

Camera Position (x,y,z): ( 0.0, 1.0, -1.0 )
Camera Lookat (x,y,z): ( 0.0, 0.0, 10.0 )
Camera Orientation (x,y,z): ( 0.0, 1.0, 0.0 )

Light Position (x,y,z): ( 1.0, 6.0, -2.0 ) - The light is not visible in the render.

Floor Coordinates (x,y,z):
( -5.1, 0.0, 10.0 )
( 1.70, 0.0, 10.0 )
( 1.45, 0.0, 0.0 )
( -4.6, 0.0, 0.0 )

Sphere 1 Coordinate (Teal) (x,y,z): ( -1.3, 0.46, 3.10 )
Sphere 1 Size: 1.0

Sphere 2 Coordinate (Blue) (x,y,z): ( 0.05, 1.08, 0.45 )
Sphere 2 Size: 0.5


Back