As I said in another post, I'm developing, as a final project, a 3D engine for the NDS using libnds. The main objective of the project is to see and try the
posibilities of the 3D engine of the console. For that purpose I'm making the engine, that implements some intresting features beyond textured poligon drawing.
These are:
- color per vertex + materials + texture (cpv can be used to simulate a texture)
- render multipass: texture pass + 2nd texture pass + reflection pass (configurable order of 2nd texture an reflection passes)
- Skeletal animation: transform animation and vertex sampling animation
- Texture animation with sub-images
- Billboarded objects (spherical/cylindrical)

I share an example that shows what the engine is capable. The controls are:
- L/R change the model to render
- SELECT changes the control mode between "model mode" (where you can zoom in (B)/zoom out (A) and move the model (arrows)) and "render options mode" (where you can enable/disable (A) some render options selecting theme with up/down and change some values with left/right)
If you take the time to try the example and you see any bug, please let me know.
Hope you like it!