|
|
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
|
|