Is there any way to re-use Meshes allocated for a lost Context3D? Or is it absolutely required to reload and recreate everything?
I notice there is a Stage3DEvent.CONTEXT3D_DISPOSED that is dispatched that disposes some things like index buffers and so forth.
Any advice would be greatly appreciated.