POV-Ray : Newsgroups : povray.general : isosurface -> mesh? : Re: isosurface -> mesh? Server Time
7 Aug 2024 01:20:43 EDT (-0400)
  Re: isosurface -> mesh?  
From: Christopher James Huff
Date: 24 Dec 2001 15:34:53
Message: <chrishuff-6133BE.15350324122001@netplex.aussie.org>
In article <3c277347@news.povray.org>, "Tom Melly" <tom### [at] tomandlucouk> 
wrote:

> > Finding the right points for the mesh vertices is not a trivial task...
> 
> Can't it just use the points it checks for the iso? What would be the
> defect? (I'm not argueing - I'm curious)...

The points wouldn't be evenly distributed, and there is still the 
problem of figuring out which points to connect with triangles. The 
points from the intersections with the camera rays could be connected 
together to make a height_field-like structure, but it would have all 
the limitations of the height_field.
A collection of random points won't be so easy to connect together into 
a surface...I don't think there is any foolproof algorithm to do that, 
and all of the algorithms are pretty complex. It would probably be 
better to stick with something more like marching tetrahedrons, or some 
method that scans the surface.

-- 
 -- 
Christopher James Huff <chr### [at] maccom>


Post a reply to this message

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