Archive for the ‘3d engine’ Category

Saturday, July 26th, 2008

A really nice game found on gamereclaim website : AstroFlyer

astroflyer screenshot

You drive a spaceship in a vector environment.  There’s not more to say, just try it!

Tuesday, July 22nd, 2008

Mr Doob and Román Cortés released an impressive as3 demo of a voxel head. It is a bit heavy (500Kbits), but rendering is sharp and smooth.

Voxel head

Voxel is a “volume element, representing a value on a regular grid in three dimensional space” (Wikipedia).
Voxel is usually used to display landscape or 3d medical data.

(more…

Saturday, May 31st, 2008

The promising and impressive russian 3D engine alternativa3d logo is available to download at this adress http://alternativaplatform.com/en/alternativa3d/. Usage is free of charge for personal non profit and you must register to download the swc files.

Demos (flash player 10):
alternativa3d demo 1 alternativa3d demo 2 alternativa3d demo 3

API Documentation:
http://help.alternativaplatform.com/en/client/package-summary.html

And tutorials:
http://docs.alternativaplatform.com/dashboard.action, but still written in russian for the moment. It doesn’t matter : AS3 language is international!

Let’s try this engine and compare it with Papervision and Sandy 3D (which are open-source).

Monday, October 1st, 2007

In Papervision, the 3D Objects are defined in Collada files. Collada files are just XML files with a specific DTD (or schema). In consequence, colladas inherit the same qualities and defects as XML. One of the main defect is the file size which can be a major problem if you’re doing an online application.

Here a little tutorial to display a zipped collada in a papervision application : demo (more…