uncompressed x ??

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
KAHIMA
Posts: 19
Joined: Sun Mar 01, 2009 7:44 am

uncompressed x ??

Post by KAHIMA »

When i try to load .x to my program, there are error message "Only uncompressed x files currently supported".
My question, are there some code to uncompressed this file in Irrlicht???
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

No, because otherwise it would be supported with Irrlicht :? You can use the old MView.exe from the DX SDK (use a version from 2004 or so) which loads and saves .x meshes. The saved ones will be uncompressed. Or you provide a method to read compressed .x files, would be nice to support this as well.
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

You can get a copy of MView here: http://dump.bitplane.net/mview.zip

Also if you can provide a copy of the compressed file, it may help someone develop the reader. Apparently x files support zip and lzw compression, we already have zip support via zlib so it shouldn't be too hard to add.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
gbox
Posts: 37
Joined: Mon May 01, 2006 3:41 am
Location: jeonju, korea
Contact:

thx~

Post by gbox »

That's been looking for information.
Thank you so much.
I'd like to use.
This topic Would not a good move to 'howtos'?
http://cafe.naver.com/jcga

professor of Jelabukdo Game Engine Academy
Post Reply