POV-Ray : Newsgroups : povray.general : Cloud technique ???? : Re: Cloud technique ???? Server Time
9 Aug 2024 15:23:02 EDT (-0400)
  Re: Cloud technique ????  
From: Mike
Date: 11 Aug 2000 12:10:56
Message: <39942599.312E90CF@aol.com>
> Could you share this "hack"?

Comment out this conditional part from do_phong

if (Cos_Angle_Of_Incidence > 0.0)
  {
  }

If you look near the top of lighting.c, you'll notice that phong,
specular, and other functions execute if the object bears the
double_illuminate flag, the highlights are just skipped inside each
function if the light is behind the point.

-Mike


Post a reply to this message

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