POV-Ray : Newsgroups : povray.bugreports : Official Mac compile prism bug (Xplo Eristotle) : Official Mac compile prism bug (Xplo Eristotle) Server Time
24 Jun 2024 07:28:07 EDT (-0400)
  Official Mac compile prism bug (Xplo Eristotle)  
From: Peter Popov
Date: 22 Nov 1999 20:39:50
Message: <3839f066@news.povray.org>
/*
The following shows a black line on the Mac official compile of 3,1g
The bug has apparently been tracked down to a compiler problem

Reference:

Message-ID: <38346C9A.20CB7D73@unforgettable.com>
Date: Thu, 18 Nov 1999 14:16:38 -0700
From: Xplo Eristotle <inq### [at] unforgettablecom>
Newsgroups: povray.general
Subject: Inexplicable shadow?

Relevant binary:

Message-ID: <3834847D.DC90D3D0@unforgettable.com>
Date: Thu, 18 Nov 1999 15:59:14 -0700
From: Xplo Eristotle <inq### [at] unforgettablecom>
Newsgroups: povray.binaries.images
Subject: (ATTN: KEN) Inexplicable shadow example

This bug has not been verified by myself because I have no access
to a Mac. However in the relevant threads several Mac users have
verified it and narrowed it down.
*/

camera { location  <0,6,-10> look_at <0,5,0> }
        
light_source { <-350,1000,-250> color rgb <2,2,1.8> }
        
prism
{
  conic_sweep
  linear_spline

  .5,1,5     <4,8>,<-4,8>,<-4,-8>,<4,-8><4,8>

  pigment { color rgb <.5,.5,.5> }

  rotate <180,0,0>
  translate <0,1,0>
  scale <1,32,1>
  translate <0,-11.5,5>
}
Peter Popov
ICQ: 15002700


Post a reply to this message

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