Re: [PyOpenGL-Users] scene graph examples?
Brought to you by:
mcfletch
|
From: Mike C. F. <mcf...@ro...> - 2004-03-30 03:03:52
|
Sure, append to the children...
t.children.append( someShape )
HTH,
Mike
brett hartshorn wrote:
>Hi Mike,
>
>Is there a way to build the scenegraph *hierarchy* in a cleaner way?
>Your example has some crazy indentation going on. It would be nice to have it more DOM like, ie:
>node.appendChild(child)
>
>thanks,
>-brett
>
>
_______________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://members.rogers.com/mcfletch/
|