POV-Ray : Newsgroups : povray.general : Need help with Isosurface and Predefined Shapes Code Conversion : Need help with Isosurface and Predefined Shapes Code Conversion Server Time
2 Aug 2024 04:24:14 EDT (-0400)
  Need help with Isosurface and Predefined Shapes Code Conversion  
From: mephuser
Date: 22 Jan 2005 09:50:01
Message: <web.41f266d27e8c5a063d54f5180@news.povray.org>
Need help with Isosurface and Predefined Shapes Code Conversion


Sorry, I'm a newbie in Pov-Ray...

//Predefined Shape Code
cylinder{<0,-0.5,0>, <0,0.5,0>, 0.215}
// What does <0,-0.5,0> mean?
// What does 0.215 mean?

//Isosurface Code
isosurface {
  function { y*y + z*z - C*C }
}


Post a reply to this message

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