POV-Ray : Newsgroups : povray.general : Q: Can you #declare blob components? : Re: Q: Can you #declare blob components? Server Time
13 Aug 2024 05:49:52 EDT (-0400)
  Re: Q: Can you #declare blob components?  
From: Dan Connelly
Date: 29 Oct 1998 18:50:02
Message: <3638FF23.B3BC7F7E@flash.net>
What is the interpretation of the following ?

Dan

#declare Blob1 =
blob {
  sphere {...}
  cylinder {...}
  ... // more components, textures, transforms...
  threshold 0.5
  sturm
}


blob {
  sphere {...}
  cylinder {...}
  blob {Blob1}
}

-- 
http://www.flash.net/~djconnel/


Post a reply to this message

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