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:16:41 EDT (-0400)
  Re: Using external data in ISO-surface function  
From: lien0n
Date: 17 Nov 2005 04:05:01
Message: <web.437c46ccc5b57dff598059850@news.povray.org>
I also want to do similar things. I wrote my data as density file(**.df3),
and try to use the keyword "density" to be inside the isosurface function
like follows:
//=================================================begin
isosurface{
  function {
  density { density_file df3 "**.df3" interpolate 1 }
  }
  contained_by { box { 0, 1 } }
  pigment{rgb <1,0,0>}
}
//=================================================end

but errors appeared. then how to do such things??


Post a reply to this message

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