POV-Ray : Newsgroups : povray.general : Using external data in ISO-surface function : Re: Using external data in ISO-surface function Server Time
1 Aug 2024 10:17:54 EDT (-0400)
  Re: Using external data in ISO-surface function  
From: lien0n
Date: 17 Nov 2005 04:10:00
Message: <web.437c4879c5b57dff598059850@news.povray.org>
thank jidrobo for this message. i also want to do similar things.
and i tried this:
//============= code begin ========
isosurface{
  function {
   density { density_file df3 densityfile interpolate 1 }
  }
  contained_by { box { 0, 1 } }
  pigment{rgb <1,0,0>}
}
//============= code end ==========

but errors appeared when parsing, then how to do?


Post a reply to this message

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