POV-Ray : Newsgroups : povray.windows : Windows crash. : Re: Windows crash. Server Time
28 Sep 2024 11:02:12 EDT (-0400)
  Re: Windows crash.  
From: Spider
Date: 15 Apr 1999 11:53:25
Message: <3715F81C.CD68A985@bahnhof.se>
I've trimmed the code a bit.

#version 3.1;
#declare tDefault = texture {}
#declare tMyDefault = 
texture {
  pigment { rgb <1,0,0> }
  finish { ambient 0 }
} 

#default { texture {tDefault} }
box { <-50,90,-100>,<50,100,100> pigment {colour rgb <1,0,0> } }
//^---- This is where it crashes.
#default { texture {tMyDefault} }
#error "This transmission has ended"


This should be easier to debug for you.
-- 
//Spider
        [ spi### [at] bahnhofse ]-[ http://www.bahnhof.se/~spider/ ]
What I can do and what I could do, I just don't know anymore
                "Marian"
        By: "Sisters Of Mercy"


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.