ND3D is a super lightweight AS3 3D Engine, its biggest feature is light, all engine files compiled only 10K. The latest version is 0.2
Basic 3D functions are satisfied, Mesh Loader, interactive 3DObject, basic Light System, Custom renderer, of course, the function and Away3d and papervision3d still can not be compared, but It's really small and suitable for applications that don't have very complex 3D scenarios.
Project at Googlecode API documentation
The structure of the NV3D structure is not very reasonable, such as camera placed in the objects package. For example, the function of renderer is too complex, in fact, different functions should be disassembled for encapsulation and so on. But recently saw the ND3D update is very excited, if everybody does not need the complex scene and the interaction, the simple 3D application Nd3d basically is sufficient.
Original: http://blog.80s.net.cn/?p=531