POV-Ray : Newsgroups : povray.binaries.images : The Temple (reworked IRTC image) : Re: The Temple (reworked IRTC image) Server Time
14 Aug 2024 20:24:00 EDT (-0400)
  Re: The Temple (reworked IRTC image)  
From: Hugo
Date: 15 Oct 2002 03:28:05
Message: <3dabc385@news.povray.org>
> Good idea, I didn't think about that. But unfortunately this
> is beyond my poor mathematical skills.

My mathematical skills are also poor, but I was thinking - without ever
having seen 'maketree' - that the macro uses only two sets of data to
generate the spheres and cones: their position and size.

In other words: The form of the tree is given by an infinite thin lines (the
positions of each sphere/cone) and the thickness (the size of each
sphere/cone).. That is the offset from the infinite line; the distance.

So if you wanted to replace the spheres and cones with triangles, you
woudn't need to remove any bad triangles. You just have to follow the
infinite thin line and make a circle of points, for each step.. To obtain
the same level of smoothness you will need to increase the density compared
to a tree with spheres.. But apart from that.. I think it's possible.

Regards,
Hugo

> Replacing CSG spheres and cones with mesh objects is
> one thing but removing all the invisible and redundant
> triangles and make a smooth mesh is a completely other
> story. At least for me...


Post a reply to this message

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