Hello,
I am trying to create more than 4 view3D objects in my program, in order to display different views of my 3D object.
It is working up to 4 views, but above this number, i get this message :
“Too many Stage3D instances used!”
I already looked on the forum for the same problem : i got a few results. For example this post : http://away3d.com/forum/viewthread/2489/#7726
I tried to do ASWC’s method - using myview.dispose() and recreating the view3D object after, but I can’t manage to make it work. To be more accurate, where in my code should I dispose the view and and recreate it ?
Thanks for your help.