The new drawing API rocks…
// January 11th, 2009 // Experiments, Flash 3D, Source code & tutorials
… but I don’t really understand it yet.
Today I played around with the new FlashPlayer 10 Drawing API (drawTriangles) and the Matrix3D class.
I get the basics, but for making something more complex, I’m missing somethings. Especially the culling and UV mapping are hard to implement. Still a lot to learn.
So don’t ask me what I made, I just hacked some code together, with this as result.
Instructions: Move your mouse horizontally. Click to switch between wireframe and bitmapFill.
Source code: drawing_api_source

















[...] my last “failed” experiment, it was time to take a second look at the new drawing API. This time I got [...]