|
|
I've been playing around with the 3.5 source and implemented exposure
control. it's still alittle buggy, but it's getting there slowly. I would
have preferred to use a slightly higher res but when it takes 2:30s to
render 75x75, keeping it small is probably the best bet. I'll likely add
color correction sometime tommorow.
note: exposure time is in seconds
--
Kevin
http://www.geocities.com/qsquared_1999/
#macro _(r)#if(r<12)#local i=asc(substr("oqshilacefg",r,1))-97;
disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4pigment{rgb 10}}_(r+1)
#end#end _(1)//KL
Post a reply to this message
Attachments:
Download 'Logarithmic-Exposure.jpg' (32 KB)
Preview of image 'Logarithmic-Exposure.jpg'
|
|
|
|
Kevin Loney wrote:
> I've been playing around with the 3.5 source and implemented exposure
> control. it's still alittle buggy, but it's getting there slowly. I would
> have preferred to use a slightly higher res but when it takes 2:30s to
> render 75x75, keeping it small is probably the best bet. I'll likely add
> color correction sometime tommorow.
>
> note: exposure time is in seconds
If you vary FStop then DOF must change too?
Post a reply to this message
|
|