POV-Ray : Newsgroups : povray.general : Width of line : Re: Width of line Server Time
30 Jul 2024 10:15:32 EDT (-0400)
  Re: Width of line  
From: Tim Attwood
Date: 9 Apr 2009 00:19:31
Message: <49dd7753$1@news.povray.org>
That seems like a lot of calculating just to draw a line.
Typically if I want a line I'd just use a sphere at
each point, and a cylinder in-between them. If you
need them to be flat, then just use the tube as an
object pattern on a flat plane.

 pigment {
    object {
       tubeLine 
       color White 
       color Black
    }
 }


Post a reply to this message

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