Hey guys!
I’m doing an application that has three different sections for 3D.
I was having problems using the same view for all them, some alpha issues and stuff so what did I thought? “Lets null the 3D when get outs of the section and then it creates a new one”.
This method works great for what I want but…
“Too many Stage3D instances used!”
So… The issue now is… How can I close all Stage3D? I don’t need them for anything! When the section dies I tell the view to die also but still… doesn’t seem to be enough… Ideas on how to solve this?