POV-Ray : Newsgroups : povray.unofficial.patches : Photons and max_gradient : Photons and max_gradient Server Time
6 Oct 2024 12:02:17 EDT (-0400)
  Photons and max_gradient  
From: Tom Melly
Date: 13 Jul 2001 05:47:11
Message: <3b4ec39f$1@news.povray.org>
I'm needing to set a max_gradient for an iso (see underwater image posted to
bin.img).

The odd thing is that the max_gradient is only required when I turn on photons.
Is this a bug or an expected side-effect of using photons?

--
#macro G(D,E,F)#local I=array[3]{D,E,F}#local B=0;triangle{#while(
B<3)#while(I[B])A[mod(I[B],10)]+#local I[B]=div(I[B],10);#end<-5,-
2,9>#local B=B+1;#end}#end #local A=array[7]{x,x*2,x*4,y,y*2,y*4,z
}light_source{-x*6-z*9,1}mesh{G(105,10,146)G(105,246,10)G(105,56,
146)G(105,1256,246)G(1256,126,220)G(22156,2216,201)pigment{rgb 1}}//TM


Post a reply to this message

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