|
|
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
|
|