Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcso!hpfcdq!olsen From: olsen@hpfcdq.HP.COM (John Olsen) Newsgroups: comp.sources.wanted Subject: Re: Utah Raster toolkit need! Message-ID: <160004@hpfcdq.HP.COM> Date: 12 Feb 90 22:20:13 GMT References: <196@vu-vlsi.Villanova.EDU> Organization: Hewlett-Packard - Fort Collins, CO Lines: 20 lam@vu-vlsi.UUCP (Anthony Lam) writes: > Can somebody in the netland send me the latest vision of Utah Raster >toolkit? I don't have access to ftp so if someone could email me the source >it would be appreciated. clark@teda.UUCP (Chris Clark) replies: >I have the same problem, this is of course because RAYSHADE was just posted >and everyone who has generated output like myself wants to see it in XYZ >format. The file BLURB.UTAH that comes with RAYSHADE specifically states >UR toolkit is too big to mail and to send $200 for a 9-track tape. An easier solution is to modify the file outputp.c and raytrace.c so the program produces ppm files (for the pbm+ package). It took me about 5 minutes. All you need to do is modify the routine(s) that write the header in outputp.c so it is a legal ppm header ("P6 256"), and change the loops in raytrace.c to go top to bottom instead of bottom to top. Voila. It might get a little stickier if you use the Linda multi-processor stuff. John Olsen olsen@hpfcdq.HP.COM