POV-Ray : Newsgroups : povray.beta-test : Beta Bug: Broken Cone Server Time
2 Jul 2024 10:46:27 EDT (-0400)
  Beta Bug: Broken Cone (Message 1 to 1 of 1)  
From: clipka
Subject: Beta Bug: Broken Cone
Date: 16 Sep 2009 14:55:14
Message: <4ab13492$1@news.povray.org>
The following scene, showing an almost cylindrical cone floating above a 
plane, renders fine in POV 3.6.2, but is obviously broken in 3.7.0.beta.34:

-------------------------------------------------------

camera {
   right     x
   up        y*image_height/image_width
   location  <80,50,40>
   look_at   <0,0,0>
}

light_source { <500,500,500> color rgb 1 }

cone {
   <0,0,30>, 11.303000, <0,0,-30>, 11.302999
   texture { pigment { color rgb 1 } }
}

plane { y, -20 texture { pigment { color rgb 0.3 } } }

-------------------------------------------------------

The error occurs even with the -MB option, insicating that the problem 
is probably in the cone intersection testing code.


Post a reply to this message

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