Easy3D script module - Create 3D games using the AGS editor. And add 3D parallax areas to normal 2D rooms.
All the rooms in the game are built in AGS as normal playable 2D rooms, with objects, characters, hotspots, walkable areas, and regions as normal. Then by initiating the module, with just one function call, the display switches to 3D and the same room can be played in 3D. The module also provides 3D parallax areas that can be added to standard 2D rooms.
It is very processor intensive so at least a 2GHz computer is recommended!
To give you an idea of what the effect looks like, here's an ingame screenshot of Bog's Adventure in Easy3D that uses this module:

Download Easy3D Module here (Requires AGS v2.71 and up)
or Download Easy3D Module here (Requires AGS v3.1 and up)
Here's the source code to a cut down version of Bog's Adventure in Easy3D to show how to use Easy3D:
Demo Game for AGS v2.71 (4 Mb)
or Demo Game for AGS v3.1 (10 Mb)
Revision History ---------------------------
1.04 Added flipped character sprites
All the rooms in the game are built in AGS as normal playable 2D rooms, with objects, characters, hotspots, walkable areas, and regions as normal. Then by initiating the module, with just one function call, the display switches to 3D and the same room can be played in 3D. The module also provides 3D parallax areas that can be added to standard 2D rooms.
It is very processor intensive so at least a 2GHz computer is recommended!
To give you an idea of what the effect looks like, here's an ingame screenshot of Bog's Adventure in Easy3D that uses this module:

Download Easy3D Module here (Requires AGS v2.71 and up)
or Download Easy3D Module here (Requires AGS v3.1 and up)
Here's the source code to a cut down version of Bog's Adventure in Easy3D to show how to use Easy3D:
Demo Game for AGS v2.71 (4 Mb)
or Demo Game for AGS v3.1 (10 Mb)
Revision History ---------------------------
1.04 Added flipped character sprites