Ah, thanks, I think it is the same issue. Fabrice3D recently posted there that you need to use addChild() in order for the stage information to be populated.
Interestingly I had created the second View3D instance, set the scene, but had not yet added it to the stage (still working on the code and just wanted to see something work up to that point). As soon as I run addChild() on the second (as of yet unused) View3D instance it works. Well, problem solved for me at least! Ok, now what else can I break around here? Thanks!! David -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Diomas Sent: Wednesday, June 17, 2009 11:58 PM To: away3d.dev Subject: [away3d] Re: Unexpected behavior with 2 views of the same scene Seems that it's the same issue with stage-dependent View3D: http://code.google.com/p/away3d/issues/detail?id=36 Still not solved.
