POV-Ray : Newsgroups : povray.beta-test : 3.5b7 illegal operation at every render : Re: 3.5b7 illegal operation at every render Server Time
30 Jul 2024 12:27:51 EDT (-0400)
  Re: 3.5b7 illegal operation at every render  
From: nospam
Date: 23 Nov 2001 10:47:02
Message: <3bfd6f39.17941071@localhost>
On Mon, 19 Nov 2001 02:15 +0000 (GMT), Jon### [at] bluespamoffcixcouk (Jon
O'Brien) wrote:

>In article <3bf6b166.4310568@localhost>, PeterC@nym.alias.net.almost 
>(nospam) wrote:
>
>> Can you render the biscuit.pov file that comes with povray?
>
>I couldn't render either of the demo scenes or re-render the insert menu 
>bitmaps. I only tried one other scene, which renders OK in 3.1, and that failed 
>too.
>
>Jon.

Hmmm.  That is very much my experience with beta six on the
Windows 95 machine.

One more silly thing to try.  Try to render this next scene
in 3.5:

/* simple test */
camera {
  location 0
  direction <0, 0, 1>
  right <(640 / 480), 0, 0>
  up <0, 1, 0>
  translate <0, 2, -10>
}


sphere {
  <0, 0, 0>, 1
  pigment { color rgb <0, 0.5, 1> }
  finish { ambient 0.4 diffuse 0.6 }
}


plane {
  <0, 1, 0>, 0
  pigment { color rgb 1 }
  finish { ambient 0.3 diffuse 0.7 }
}


light_source {
  <-3000, 3000, -3000>
  color rgb 1
}


/* actual end of this file */


Post a reply to this message

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