|
|
Jon A. Cruz <jon### [at] geocitiescom> wrote:
: Or, if you really want to use 'object', then just
: #delcare anInstance = SphereMacro(15, 1, 1.5, 10)
: object {
: anInstance
: }
What's wrong with
object { SphereMacro(15, 1, 1.5, 10) }
?
It's shorter and as clear as using a previous #declare.
It's easy to add transformations:
object
{ SphereMacro(15, 1, 1.5, 10)
scale 10 translate -x*5
}
--
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
|
|