|
|
I've been tormenting my poor P3 866 by rendering more than one scene at the
same time on occasion. I rendered my disp jitter sparklies and my signature
all while my latest update to Balloon Trip rendered in the background. This
may have lengthened all the renders but it works.
--
camera{location 2*y-.9rotate -z*9direction z/1.5look_at y}global_settings{
max_trace_level 99ambient_light 10}#macro G(V,E)pigment{V}finish{diffuse 0
ambient .1-E/10reflection{E metallic}}#end#macro O(N,T)plane{y,N G(T,0)
hollow}#end#macro C(A)sphere{0,A#end O(9,blue 1)O(-1,rgb 1)box{1+9*y,-y-1G(
rgb 1,.95)hollow}C(.99)G(rgb 1,1)}C(1)G(red 1,1)no_reflection}// Greg E
Post a reply to this message
|
|