POV-Ray : Newsgroups : povray.general : PovRay 3.5: Torus Bugs? Predefined Torus different from Isosurface Torus : PovRay 3.5: Torus Bugs? Predefined Torus different from Isosurface Torus Server Time
2 Aug 2024 04:24:45 EDT (-0400)
  PovRay 3.5: Torus Bugs? Predefined Torus different from Isosurface Torus  
From: mephuser
Date: 23 Jan 2005 08:30:00
Message: <web.41f3a63ecfd1521e3d54f5180@news.povray.org>
PovRay 3.5: Torus Bugs? Predefined Torus different from Isosurface Torus

Isosurface Code:

isosurface {
function { f_torus (x,y,z,0.385, 0.37) }
        accuracy 0.001
        threshold 0
        max_gradient 4
contained_by{sphere {0,0.5}}
texture{pigment {White filter 0.7} finish{specular 1}}
}


Predefined Torus Code:

torus{0.385, 0.37}
texture{pigment {White filter 0.7} finish{specular 1}}


Post a reply to this message

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