Re: [osg-users] Adding a child to a node at runtime.

2008-06-19 Thread Fuesz, Matthew
Thursday, June 19, 2008 1:27 PM To: [EMAIL PROTECTED]; OpenSceneGraph Users Subject: Re: [osg-users] Adding a child to a node at runtime. James Reid wrote on Thursday, June 19, 2008 12:13 PM: > Howdy! > > When I try to add a child to a node at runtime I get an exception.

Re: [osg-users] Adding a child to a node at runtime.

2008-06-19 Thread Thrall, Bryan
James Reid wrote on Thursday, June 19, 2008 12:13 PM: > Howdy! > > When I try to add a child to a node at runtime I get an exception. > Unfortunately, the exception dies quietly so I'm not sure what the actual > exception is. I know I've done this before (a long time ago) and things have >

[osg-users] Adding a child to a node at runtime.

2008-06-19 Thread James Reid
Howdy! When I try to add a child to a node at runtime I get an exception. Unfortunately, the exception dies quietly so I'm not sure what the actual exception is. I know I've done this before (a long time ago) and things have changed since then, so I'm not sure what I'm doing wrong. Here's th