"Mr" <m******r******at_hotmail_dot_fr> wrote:
> I think "instance" would be less surprising and less loaded with
> extra meaning,
I think instantiate would be better - more verb/sentence-like.
#declare Thing = sphere { ... }
#instantiate {Thing}
There has definitely been much past discussion about the syntax of SDL.
Being able to define keyword aliases would help explore this a lot.
#declare Thing = sphere { ... }
#object {Thing}
#alias object = instantiate;
#instantiate {Thing}
Post a reply to this message
|