Erain 3D
--> FDT Pure coding comfort


Starting with Sandy 3.1

Sandy3D is an engine for the Adobe Flash patform and recently for the haXe platform too.

Version 3.1 of Sandy is the second generation on AS3 version of the engine. It does benefit from the great AMV2 performance and the AS3 language capabilities.

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 :

Sandy3D offers a feature which lets you 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.1 is able to render about 2000-5000 polygons correctly on a pretty recent computer with really correct screen resolution (fullscreen is possible too). But you must remember that polygon count may vary depending on the following points:

Here is Sandy pipeline :