POV-Ray : Newsgroups : povray.general : speed up isosurface : Re: speed up isosurface Server Time
3 Aug 2024 04:14:10 EDT (-0400)
  Re: speed up isosurface  
From: Mike Williams
Date: 5 May 2004 01:52:59
Message: <BxdcCBAT9HmAFwZ8@econym.demon.co.uk>
Wasn't it Rafal 'Raf256' Maj who wrote:
>Hi,
>are there working tools to speedup isosurface render time (at cost of 
>parsing time) by tringulize them?

Take a look at Kevin Loney's Approximation Macro, and Jaap Frank's
faster modified version, which construct mesh2 objects that approximate
isosurfaces. In many cases, the total time required to parse and render
the approximation is greater than the time taken to render a real
isosurface, but there could well be situations where using the
approximation could be faster, for example if the same isosurface were
to appear in each frame of an animation it would only need to be parsed
once and then the data could be read from a file for all the subsequent
frames.

See <http://www.econym.demon.co.uk/isotut/approx.htm>

If you can recast your isosurface equation in parametric form, then you
can use Ingo Janssen's approximation macro which does run much faster
than the corresponding isosurface.

See <http://www.econym.demon.co.uk/isotut/param.htm>

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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