POV-Ray : Newsgroups : povray.general : PovRay 3.5: Torus Bugs? Predefined Torus different from Isosurface Torus Server Time
2 Aug 2024 06:17:09 EDT (-0400)
  PovRay 3.5: Torus Bugs? Predefined Torus different from Isosurface Torus (Message 1 to 3 of 3)  
From: mephuser
Subject: PovRay 3.5: Torus Bugs? Predefined Torus different from Isosurface Torus
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

From: "Jérôme M. Berger"
Subject: Re: PovRay 3.5: Torus Bugs? Predefined Torus different from Isosurface Torus
Date: 23 Jan 2005 12:59:05
Message: <41f3e5e9@news.povray.org>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

mephuser wrote:
| contained_by{sphere {0,0.5}}
	Try increasing the radius to at least 0.755 (0.385+0.37).

		Jerome
- --
******************************
*      Jerome M. Berger      *
* mailto:jbe### [at] ifrancecom *
*  http://jeberger.free.fr/  *
******************************
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFB8+XoqIYJdJhyixIRAr+yAKCfcijz8f2psCqd4Xdd1G4WLL9fVQCfdnoC
gr1Yl09niXVhjek0KG3VbJ0=
=24yt
-----END PGP SIGNATURE-----


Post a reply to this message

From: Slime
Subject: Re: PovRay 3.5: Torus Bugs? Predefined Torus different from Isosurface Torus
Date: 23 Jan 2005 13:34:45
Message: <41f3ee45$1@news.povray.org>
> PovRay 3.5: Torus Bugs? Predefined Torus different from Isosurface Torus

In the future, you should include a more detailed description about what
you're seeing compared to what you expect to be seeing. That makes it easier
to diagnose the problem without digging through the source code. Thanks!

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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