POV-Ray : Newsgroups : povray.bugreports : Re: torus "bug"? Server Time
23 Jun 2024 14:29:52 EDT (-0400)
  Re: torus "bug"? (Message 1 to 1 of 1)  
From: Thorsten Froehlich
Subject: Re: torus "bug"?
Date: 17 Oct 1999 21:29:48
Message: <380a780c@news.povray.org>
In article <380922BD.C98E15DF@isd.net> , Larry Fontaine <lfo### [at] isdnet>
wrote:

> If you have a torus with minor>major, you get a big ugly hole chopped
> out of the center. Shouldn't it just be like a torus without a hole,
> like a red blood cell sort of thing?

Yes, I can reproduce your problem, here is a sample scene. It should show a
strange dark spot near the center of the torus. (Crossposted to POV-Ray
bugreports.)


#version 3.1;

camera
{
  location  <0.0, 5.5, -0.5>
  direction 1.5*z
  right     4/3*x
  look_at   <0.0, 0.0,  0.0>
}

light_source
{
  <-30, 30, -30>
  color red 1.0  green 1.0  blue 1.0
}

plane { y, -1 pigment {color rgb <0.7,0.5,0.3>}}

torus
{
  0.8,
  1.0
  texture {pigment {radial frequency 8} finish{specular 1}}
}




    Thorsten


____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg

I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

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