Slime wrote:
>>Please notice that there is a part of the object's shadow missing.
>>Question 1 is: where did it go?
>>Question 2 is: how to get this fixed?
>[...}
> Normally this is a helpful speedup, but in this case it's causing problems.
> To force POV-Ray to look for more than one intersection, use the max_trace
> keyword with an integer for how many intersections to find. In this case
> max_trace 3 should work.
>
> You can also use the all_intersections keyword which is essentially
> "max_trace infinity".
>
> This is explained in the documentation at the end of "3.4.4 Isosurface
> Object".
all_intersections does the job. Thanks.
Post a reply to this message
|