Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!caip!sri-spam!nike!ucbcad!ucbvax!sdcsvax!net1!fritzz From: fritzz@net1.UCSD.EDU (Friedrich Knauss) Newsgroups: net.sources Subject: basic ray tracing: part 7 (bdata.i) Message-ID: <196@net1.UCSD.EDU> Date: Fri, 25-Jul-86 17:43:14 EDT Article-I.D.: net1.196 Posted: Fri Jul 25 17:43:14 1986 Date-Received: Sat, 26-Jul-86 22:28:59 EDT Reply-To: fritzz@net1.UUCP (Friedrich Knauss) Organization: University of California, San Diego Lines: 24 /* sample ball data file this is what the values mean for each ball: xcoordinate of center y coordinate z coordinate 0.0 0.0 radius index of refraction amount of refraction amount of reflection amount of diffuse light ambient */ 60.0, 30.0, 250.0, 0.0, 0.0, 30.0, 0.0, 0.0, 0.0, 0.9, 0.1, 195.0, 150.0, 250.0, 0.0, 0.0, 30.0, 0.0, 0.0, 0.3, 0.6, 0.1, 150.0, 110.0, 250.0, 0.0, 0.0, 30.0, 0.0, 0.0, 0.6, 0.3, 0.1, 105.0, 70.0, 250.0, 0.0, 0.0, 30.0, 0.0, 0.0, 0.9, 0.0, 0.1, 210.0, 70.0, 100.0, 0.0, 0.0, 40.0, 1.6, 0.65, 0.25, 0.0, 0.1 /* notice there is no "," at the end of the last row the fourth and fifth columns don't matter the sum of the last four numbers should always be less than or equal to 1 */