POV-Ray : Newsgroups : povray.pov4.discussion.general : Mesh2 option for isosurface : Re: Mesh2 option for isosurface Server Time: 16 Oct 2008 00:35:51 GMT
  Re: Mesh2 option for isosurface  
From: Chambers
Date: 24 Nov 2007 01:00:00
Nicolas Alvarez <nicolas.alvarez [at] gmailisthebestcom> wrote:
> That's only useful if you can save the mesh and use it for other
> renders.

#if (generate_mesh = 0)
 #include "my_mesh.inc"
#else
 mesh_generation_macro()
#end

(This is quite similar to the way Radiosity pregeneration works, you'll notice).


Post a reply to this message

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