POV-Ray : Newsgroups : povray.binaries.images : unexplained : Re: unexplained Server Time
8 Jul 2024 06:57:28 EDT (-0400)
  Re: unexplained  
From: James Holsenback
Date: 12 Aug 2014 13:01:45
Message: <53ea4879$1@news.povray.org>
On 08/12/2014 12:40 PM, clipka wrote:
> Am 12.08.2014 17:06, schrieb James Holsenback:
>> I've been using Sams "Odd Tiles Object' include (get it in
>> p.b.scene-files) forever and just noticed a problem. The 1st image shows
>> the problem ... 2nd image is how is supposed to look.
>
> Is that the "OTOc.inc" 3rd version?

that's what the file header says ...

>
>> Builds from the latest uber beta, /and/ povray master branches on github
>> have the problem, povray 3.7 stable (github) and perforce repository are
>> ok fine.
>
> The Sam's test scene (OTOTest.pov) renders fine here with the latest
> POV-Ray and UberPOV stuff (Windows versions).

here's what I'm doing:

#declare Floor =
union {
	object {
		OTO( <-2.5,-2.5,0>, <2.5,2.5,1>, 0.075, texture { BaseTexture scale 1 } )
		}
	box { <-2.5,-2.5,0.075>, <2.5,2.5,0.075> pigment { srgb 1 } finish 
{diffuse 0.6 specular 0.15 roughness 1e-5} }
	rotate x*90
	rotate y*0
	}

kind of funny that it works with some versions (perforce/git 3.7 stable) 
but not other git repos ... 32 vs 64 bit? compiler?? configure changes???


Post a reply to this message

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