POV-Ray : Newsgroups : povray.unofficial.patches : Simple flat curves : Re: Simple flat curves Server Time
2 Sep 2024 08:15:29 EDT (-0400)
  Re: Simple flat curves  
From: Tom Melly
Date: 3 Apr 2000 10:40:24
Message: <38e8ad58@news.povray.org>
You could try this standard pov approach:

intersection{
  torus{
    0.50,
    0.10
    translate z*-0.50
    rotate x*-100
  }
  plane{z, -0.0750}
  plane{-z, 0.0751} // this one can be taken out, but makes it flatter
  pigment{Green}
  scale <1,1,1> // change scaling to cover longer whatchamacallits?
}


Post a reply to this message

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