Can some body explain me this:

I have a Branch Scene Graph like this:

objRoot-->objTran-->bg4-->objTrans4-->gp4-->Box

if i do like this, I can see a box on the screen but
if I change scene graph to:

objRoot- >objTran-->bg4-->objTrans4-->gp4-->Shape(i)

Where i=(1-6), represents 6 faces of the box, it
throws multiple parent exception.

I don't understand why is it doing like this.

Please explain me this. I am attaching program with
this mail.

Thanks

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

test.java

Reply via email to