POV-Ray : Newsgroups : povray.binaries.images : Wood texture (108k) and possible "screen.inc" bug. : Re: Possible "screen.inc" bug (57k) Server Time
12 Aug 2024 05:31:23 EDT (-0400)
  Re: Possible "screen.inc" bug (57k)  
From: Lutz-Peter Hooge
Date: 13 Dec 2003 15:18:07
Message: <3fdb73ff$1@news.povray.org>
Nico <rou### [at] loriafr> wrote:

> But when I render the screen.pov example file I get the attached image.

I get the same image in a MingW (gcc 3.2) compile. 
recompiling without -ffastmath fixes this.

Minimal scene that will show the bug:

//#declare epsilon = 0.000000000000001; // this works
#declare epsilon = 0;                   // this not
box {
 0, <1,1,epsilon>
 pigment {color rgb 0}
 translate <-0.5,-0.5,0>+2*z
 scale 0.02
}
background{color rgb 1}


Post a reply to this message

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