- Implemented the four viewport/single viewport feature.
Moving the view still require some more coding (basic working)
- Added animation control to stop or play the animated mesh at specified
speed
- Added a base grid for reference (10 IRRlicht units per grid elements)
Here is a picture showing the interface now:

Full size pic here: http://www.clavet.org/files/images/ModelViewer.jpg

Full size pic here: http://www.clavet.org/files/images/Interface.jpg
EDIT[January 29th 2008]
Added new features and improved my modifications of the model viewer
- Viewport camera have now a orthographic projection (thank for the help)
- Now able to move the view with the right mouse button
- Zoom each orthographic viewport with the mouse wheel
- Each orthographic viewports are independant (view position and size)

- Added menus for exporting (code not yet implemented)

- Added a light menu to adding Lighting on the model and add a shadow volume

You will need to put that picture in your "media folder":

Just do a copy of your main.cpp in the Model Viewer demo in your IRRlicht example and create a new main.cpp with this:
here is the file: http://www.clavet.org/files/main.cpp
Please make a backup copy before replacing with this file.


