POV-Ray : Newsgroups : povray.beta-test : Touching sphere Server Time
28 Jul 2024 18:25:08 EDT (-0400)
  Touching sphere (Message 1 to 1 of 1)  
From: jva
Subject: Touching sphere
Date: 22 Jul 2007 12:20:01
Message: <web.46a382c053849ded1bd6cd0c0@news.povray.org>
In the following minimal scene...

#declare SphereRad=1;
camera { location 5*y look_at 0 }
light_source { <10,10,0> color rgb 1 }
plane { y,-1 pigment { color rgb 0.8 } }
sphere { 0,SphereRad pigment { color rgbt <1,0,0,0.9> } }

..... when the sphere touches the plane (when SphereRad=1.0) there a spot
appears at the point of intersection in 3.7-beta21a which isn't there in
3.6. It is a 'real' thing which also gets enlarged when the sphere is given
an ior (1.5). Changing the lightsource- or camera-position doesn't change
this.

Jeroen.


Post a reply to this message

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