|
|
Tor Olav Kristensen wrote:
>
> Here it is:
> (Crashes in Win98 on my 100 MHz Pentium.)
>
> union {
> sphere { y, 1 }
> // sphere { z, 1 } // Uncomment these lines
> // pigment { color rgb <1, 1, 1,> } // to get rid of warnings
> }
>
> #local Fn = function(x) { x }
>
> #debug ""
>
> #declare Fn = function(x) { x }
>
> [...]
I think that's the same bug that made the waveform sample in the insert
menu crash. An '#undef Fn' between should help.
Christoph
--
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other
things on: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|