Erain 3D
--> FDT Pure coding comfort


Technical notes about Sandy3D engine

Sandy3D is a engine for the Adobe Flash patform. Hence the AS2 version of Sandy3D is designed for the ActionScript Virtual Machine 1 (AVM1) and the AS3 version of Sandy3D is designed for AVM2.

The engine's capabilities are related to the performance of the virtual machine, which does not provide any native 3D nor hardware acceleration (the Flash 10 player introduces some 3D features, but we speak here of Flash 9 and earlier versions).

Sandy3D currently provides the following features :

Right now, Sandy3D offers a specific feature comparing to the other Flash engines. You can choose to have a container per object (very useful to attach some filters effects to this container), or per polygon (different effects are possible, but Z-sorting is now polygon based, so more accurate).

About the mapping, Sandy3D offers the following :

Each material can have some attributes to proceed some specific rendering :

About performance, Sandy3.0 is able to render about 2000-5000 polygons correctly on a pretty recent computer with really correct screen resolution (fullscreen is possible too).

Some features to come :

Here is Sandy pipeline :