|
 |
Perhaps something like this:
#declare ColoringFunction = function { x*.25+y*.6+z*.15 }
global_settings
{ post_process { pixel_color ColoringFunction(Red, Green, Blue) }
}
or:
#declare RedFunction = function { ... }
#declare GreenFunction = function { ... }
#declare BlueFunction = function { ... }
global_settings
{ post_process
{ pixel_color <RedFuntion(Red, Green, Blue),
GreenFunction(Red, Green, Blue),
BlueFuntion(Red, Green, Blue)>
}
}
or something similar.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
 |