C/C++
ray.asc
Associated article: RAY: A Ray-Tracing Program in C++
Tags: C/C++
_RAY: A RAY TRACING PROGRAM IN C++_ by Alain Mangen Listing One /***********************************************************************/ /*** (C) Copyright A.MANGEN 1994 ***/ /*** PROJECT : RAY TRACING PROGRAM ***/ /*** PROGRAM NAME: RAY.H 1.1 ***/ /*** DESCRIPTION : Ray Tracing - Main Include File ***/ /***********************************************************************/ /* Constants for associative palette */ const A=63; /* Size of the ...


