Tools
povray.asc
Associated article: Ray Tracing and the POV-Ray Toolkit
Tags: Tools Design
_RAY TRACING AND THE POV-RAY TOOLKIT_
by Craig A. Lindley
Listing One
// A basic scene with sphere and floor. See Figure 2.
#include "colors.inc"
// Define the camera location and orientation
camera {
location <0.0 5.0 -20.0>
direction <0.0 0.0 1.0>
...


