Easy road from DisplayObject to Molehill?
- by Bart van Heukelom
I have a finished Flash game which is rendered using the built-in display tree, i.e. Bitmaps contained in Sprites (and a text here and there, few vector graphics, and one bitmap-filled shape).
For extra performance, I'd like it to use Molehill for rendering, but that's not possible out of the box.
What's the easiest way to make this game use Molehill when available, but fall back to the current method if it's not available?