POV-Ray : Newsgroups : povray.programming : Function based distortions of non isosurfaces : Re: Function based distortions of non isosurfaces Server Time
28 Jul 2024 12:36:42 EDT (-0400)
  Re: Function based distortions of non isosurfaces  
From: Jeff M  Thomas
Date: 9 Oct 2002 13:15:30
Message: <3da46432@news.povray.org>
One of the possibilities I've been mulling over is converting the general
case to a specific one at parse time. You could, for example, make a voxel
version of it.

There would naturally be a dramatic loss in precision but the specific case
would only be used for quickly calculating further distances. When a point
in question is found to be close to a surface the code would switch to the
slower general case, but at least with the advantage of knowing in which
general direction the near surface can be found.

- Jeff
jef### [at] mmlivecom


Post a reply to this message

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