POV-Ray : Newsgroups : povray.binaries.images : unexplained : Re: unexplained Server Time
8 Jul 2024 06:22:48 EDT (-0400)
  Re: unexplained  
From: clipka
Date: 12 Aug 2014 13:24:42
Message: <53ea4dda@news.povray.org>
Am 12.08.2014 19:01, schrieb James Holsenback:

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

With 3.7.1-alpha.7681813 compiled straight from the GitHub code, the 
above scene snippet (with standard OTO_Object) gives me this:


Post a reply to this message


Attachments:
Download 'ototest2.png' (13 KB)

Preview of image 'ototest2.png'
ototest2.png


 

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