|
|
In article <3d570c47$1@news.povray.org>,
"Dennis Miller" <dhm### [at] attbicom> wrote:
> What's the easiest way to create a simple vertical or horizontal solid line
> in POV?
Probably a very thin cylinder. The standard screen.inc include file
would be helpful in positioning it, just make it thin enough to look
like a line but not so thin it can't be rendered accurately. Set the
diffuse to 0 and ambient to 1 in the finish to make it unaffected by
lighting.
> 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.
No, simply because that isn't how POV generates the images. It doesn't
draw stuff on the image, it traces rays through the 3D scene for each
pixel. Where would a 2D "line" object go?
This is something you would generally use post-processing for.
--
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/
Post a reply to this message
|
|