|
|
Dennis Miller wrote:
>
> What's the easiest way to create a simple vertical or horizontal solid line
> in POV? Wouldn't a "line" object be useful:
>
> line {line_start, line_end; width}
>
> or something like that? I don't want to have to use the edge of a 3D object
> to get this effect.
You can use a zero thickness box - i.e. box{<-1,-.05,0,>,<1,.05,0>}
--
Ken Tyler
Post a reply to this message
|
|