I can’t seem to find a way to get more than the initial set of 4 stage3Ds provided by flash.
I have tried instantiating a new one using it’s constructor and then adding it to the stage by simply pushing it to the list
stage.stage3Ds.push(new Stage3D());
but this doesn’t seem to be working as my eventListener for the Event.CONTEXT3D_CREATE is never called (it is if I use one of the default Stage3Ds.
Does anybody have a workaround or a way to accomplish this?
Thanks
From the Adobe documentation:
So: No. And you shouldn’t assume you’ll always have four at your disposal, either – there might be less.