POV-Ray : Newsgroups : povray.bugreports : Poly Object Bug Server Time
13 May 2024 17:28:22 EDT (-0400)
  Poly Object Bug (Message 1 to 1 of 1)  
From: Ken
Subject: Poly Object Bug
Date: 10 Nov 1999 21:56:35
Message: <382a3063@news.povray.org>
This bug concerns the poly object using POV-Ray Windows v3.1g.watcom
on a Pentium 200 Win98 platform. The error manifests itself as a black
pixelated line on the objects surface on the same plane and level as the
camera sits. The strum keyword does not appear to have any influence on
the problem.

   It should be noted however that the same object does render correctly
using POV-Ray v2.2 for DOS and in POV-Ray for Windows v3.01.watcom.win32
either with or without the sturm keyword. This suggests a strong possibility
that it is indeed a version related bug.

   This same problem can be seen with the Twin_Glob 6th order poly object
from the shapesq.inc file that is included with the distribution of POV-Ray.


   This bug has been verified by Ron Parker.


// Example of problem

  camera { location <0,0,-10> look_at 0 angle 25 }

  light_source { <0,1,-100> color rgb 1 }

  #declare Heart =
  poly { 6,<
  8.0,0,0,0,12,0,0,12,0,-12,0,0,0,0,0,0,0,0,0,0,6,0,0,12,0,-12,0,0,0,0,6,
 -0.1,-12,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3,0,-3,0,0,
  0.0,0,3,-1,-6,0,3,0,0,0,0,0,0,1,0,-3,0,3,0,-1>
  }
  // sturm }

  object { Heart rotate <-90,90,0> pigment { red 1 } }

--
Ken Tyler - tyl### [at] pacbellnet


Post a reply to this message

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