IrrlichtModelViewer-http://www.mohaps.com/istuff/index.html

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
mohaps
Posts: 248
Joined: Tue Jun 08, 2004 1:54 pm
Location: Shrewsbury MA
Contact:

IrrlichtModelViewer-http://www.mohaps.com/istuff/index.html

Post by mohaps »

This is a simple model viewer for viewing MD2, 3DS, CSM and other models that Irrlicht supports. the user can specify custom textures to be used as Texture1 and Texture2 in case the model does not load them at startup.

Usage

I wrote this quick and dirty tool as I got tired of seeing models without textures in the mesh viewer especially md2 files.

The viewer can be used directly by double clicking the exe, but the coolest thing is it can take a model file name as a command line argument. So if you associate your .md2, .3ds, .ms3d, .x etc. to the IrrlichtModelViewer.exe then you can see them by double clicking the model files themselves.

Code: Select all

IrrlichtModelViewer.exe <optional-model-file-name>

Source Code and Demo included in the archive ... download from the website .


Web Site : http://www.mohaps.com/istuff/index.html
Image
---
Saurav Mohapatra
author, artist and bona fide geek

web: http://www.mohaps.com
email: mohaps AT gmail DOT com
Guest

Post by Guest »

you guys have got to start including the right DLL's, my irrlicht dll doesn't work because I use GCC, there is something about programs that use irrlicht dll that was compiled in msv, it has something that the mingw gcc doesn't. please include your irrlicht dll. If it makes the filesize big, just upx compress it....
mohaps
Posts: 248
Joined: Tue Jun 08, 2004 1:54 pm
Location: Shrewsbury MA
Contact:

Post by mohaps »

dude that;s why the source is included in the pack :)

compile it yourself...
---
Saurav Mohapatra
author, artist and bona fide geek

web: http://www.mohaps.com
email: mohaps AT gmail DOT com
GueZt

Post by GueZt »

Wow Cool Mohaps, :D Can u make it drag and drop, just dragging
a mesh file to the apps will replace the current model. i think
that features will be nice than irrlicht meshviewer sample.
mohaps
Posts: 248
Joined: Tue Jun 08, 2004 1:54 pm
Location: Shrewsbury MA
Contact:

Post by mohaps »

i think dragging and dropping in a native irrlicht app is a bit too much,,, i shall need to implement it as a mfc app for that i think... un less someone has a simpler idea...
---
Saurav Mohapatra
author, artist and bona fide geek

web: http://www.mohaps.com
email: mohaps AT gmail DOT com
Post Reply