NDSNews:2006-09-14 - 3D World Toolset
From Dev-Scene
2006-09-14 - 3D World Toolset
NDS 3D World Toolset - 3D Engine and Model/Map tool


After having a bash at creating a 2D game for the NDS (Finger Monkey and Inverto Goose) I decided to have a try at a 3D game.
NDS 3D World Toolset - 3D Engine and Model/Map tool



I had a look at "NDS World Studio" which is a very good program, but as I like to program games in C++ and use OOP it didn't meet my needs.
Exports each model as a c++ class for easy implementation into a game
The features of the 3D engine are:
- 3D Models created as C++ Classes for easy OOP implementation
- 3D object instancing / less NDS memory used
- AABB (axis aligned bounding box) collisions
- Collision costs / different cost result in different actions
- Simple Car Physics
- Billboards
- Follow and Overhead camera
