Project3D
Yet another 3D engine, but since its for flash and there are still so few of them (you can check those I find the most interesting in the link list to the right) ... here it is: The Project3D engine. Why the name? Well, its my project and its 3d :) and yes, it's lame, sorry about that.
So why build a new 3d engine when there are alternatives? Well, I've tried most of those other 3D engines and there are allways those small details that you find annoying (at least I did). And building a 3d engine from scratch is a great way to learn and shape up your 3d math skills.
Also this was my first Actionscript 3 project, I started the engine in AS2 and ported to AS3 using papervision as inspiration. The speed improvements are great in AS3. Speaking of speed, project3d has quite a fast renderer in my humble opinion. Maybe not as feature filled as Away3d but it does what it was meant to do pretty well. And what I wanted my 3D engine to do was solving the Z sorting "issues" I found in papervision and the texture "problems".
See more info, demos and screenshots here ... You can contact me with any questions here in the forum
You can find the sample scripts here