POV-Ray : Newsgroups : povray.general : distance pattern ? : Re: distance pattern ? Server Time
6 Aug 2024 00:19:08 EDT (-0400)
  Re: distance pattern ?  
From: Rafal 'Raf256' Maj
Date: 9 Jul 2002 23:05:43
Message: <Xns92473343EDCAFraf256com@204.213.191.226>
"Rafal 'Raf256' Maj" <raf### [at] raf256com> wrote in
news:Xns### [at] 204213191226: 

Full example "

#declare pix = pixelized {
  object { some_complex_object }
  100,100,100
}

#declare d1=density {
  distance { pix } 
  distance { box { /* ... */ } } 
  distance { sphere } 
  distance { blob { ... } }  // error, or use future with shooting many 
  // rays
}


so in fact - pixelized its just a creation of df3 data while parsing,
functions like
save_data
load_data 
would be alsow useful

-- 


Post a reply to this message

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