<p style="font-family: arial,helvetica,sans-serif;" class="MsoNormal"><span lang="EN-US">Hello!</span></p>
<p style="font-family: arial,helvetica,sans-serif;" class="MsoNormal"><span lang="EN-US">When I
tried to render the sphere model with pbrt, I noticed that there was a dark
point in the resulting image, normally, this point must be illuminated. After analyzing,
I perceived that the normal vector computed on the sphere is not continuous. </span>Could anyone help me to resolve this problem?
</p><p style="font-family: arial,helvetica,sans-serif;" class="MsoNormal"><span lang="EN-US">This
is my .pbrt file and you find in attached the resulting image. <span> </span>The dark point is in the red circle. </span></p>
<p style="font-family: arial,helvetica,sans-serif;" class="MsoNormal"><span lang="EN-US"> </span></p>
<p class="MsoNormal"><span lang="EN-US"><span style="font-family: arial,helvetica,sans-serif;"> Film "image" "string filename"
["sphere.exr"]</span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">
"integer xresolution" [500]
"integer yresolution" [500] </span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">
Sampler "bestcandidate"
"integer pixelsamples" [4] </span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">
LookAt -12 -3 12 0 0 0 0 1 0 </span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">
Camera "orthographic" </span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">
WorldBegin </span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">
AttributeBegin </span><br style="font-family: arial,helvetica,sans-serif;">
<span style="font-family: arial,helvetica,sans-serif;"> CoordSysTransform "camera" </span><br style="font-family: arial,helvetica,sans-serif;">
<span style="font-family: arial,helvetica,sans-serif;"> LightSource "distant" "color I" [ 3 3 3 ] "point
from" [0 0 0] "point to" [-1 -1 1]</span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">
AttributeEnd </span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">
AttributeBegin</span><br style="font-family: arial,helvetica,sans-serif;">
<span style="font-family: arial,helvetica,sans-serif;"> Material "plastic"
"color Kd" [1.0 1.0 1.0] "color Ks" [8 8 8] "float
roughness" [.006] </span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">
Shape "sphere" "float radius" [.3]</span><br style="font-family: arial,helvetica,sans-serif;">
<span style="font-family: arial,helvetica,sans-serif;"> AttributeEnd</span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">
WorldEnd</span></span></p><p class="MsoNormal"><br><span lang="EN-US"><span style="font-family: arial,helvetica,sans-serif;"></span></span></p><span lang="EN-US"><span style="font-family: arial,helvetica,sans-serif;">Thanks</span></span>