POV-Ray : Newsgroups : povray.general : Lathes and orthographic cameras? Server Time
13 Aug 2024 23:23:27 EDT (-0400)
  Lathes and orthographic cameras? (Message 1 to 1 of 1)  
From: Jeff Lee
Subject: Lathes and orthographic cameras?
Date: 21 Apr 1998 14:19:35
Message: <6hin9g$8rs$1@oz.aussie.org>
Whenever I try to show the side of a cubic lathe object with an
orthographic camera, I get solid black lines across the surface
(especially where the curve is convex), whether or not I use the sturm
keyword.  Anti-aliasing the image turns the black lines into "static".

This is especially noticeable with the DOS and (unofficial) OS/2
versions of POV-Ray, but still occurs to a lesser degree in the Windows
version (which sometimes just aborts the render with the message
"Illegal number of intersections" instead).

Is there any way around this problem?

Simple sample:

   lathe { cubic_spline 5,
     <0.25,-2>, <0.5,-1>, <1.0,0>, <0.5,1>, <0.25,-2>
     sturm
     pigment { colour rgb <1,1,0> }
   }

   camera { location <0,0,-3> look_at <0,0,0> orthographic }
   light_source { <-50,50,-100> colour rgb <1,1,1> }


Post a reply to this message

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