In article <3c77bbd9$1@news.povray.org>, "Hugo" <hua### [at] post3teledk>
wrote:
> It might require a new way of thinking to make Povray render
> something without having all objects declared first ... I don't know
> with vista buffers etc .. but it might be possible?
It is much easier than that. POV only cares about the extents of the
shape (which are already calculated), and where it intersects along a
ray...how the shape comes up with those values is the shape's business.
You don't have to create a bunch of cylinder/cone objects, all you have
to do is change the intersection code. The hard part is coming up with
an algorithm to determine the intersection...the existing sphere sweep
code might be the fastest way to do that short of generating a mesh.
--
Christopher James Huff <chr### [at] maccom>
POV-Ray TAG e-mail: chr### [at] tagpovrayorg
TAG web site: http://tag.povray.org/
Post a reply to this message
|