A library for use 3DS files in openGL+SDL

Hi, people!

where I can find a good library for use the 3DS files in a game using
SDL+openGL?. I find only lib3ds, but the documentation I think is very poor.

Thanks_________________________________________________________________
Un amor, una aventura, compa??a para un viaje. Reg?strate gratis en MSN Amor
& Amistad. http://match.msn.es/

Google for the 3ds file spec and write your own. It’s a great learning
experience, that’s what I’m doing now. You may want to start with the
ASE format instead though, as it’s text and may be easier to debug.

-JustinOn Sat, 13 Nov 2004 11:05:13 +0000, ALTAIR - wrote:

Hi, people!

where I can find a good library for use the 3DS files in a game using
SDL+openGL?. I find only lib3ds, but the documentation I think is very poor.

Thanks

And a tutorial for this?. I don’t know anything about this :(_________________________________________________________________
Un amor, una aventura, compa??a para un viaje. Reg?strate gratis en MSN Amor
& Amistad. http://match.msn.es/

Maybe give it a shot with a simpler file format? There are plenty of
MD2/MD3 file reading tutorials out there. Once you have a go at that,
you can take just about any documented file spec and read it.

You should also just google for “3DS File Reading” and see what you
find. I saw several C++ classes. Unfortunately, the documentation is
probably equally lacking, because most people just roll their own…On Sat, 13 Nov 2004 18:50:57 +0000, ALTAIR - wrote:

And a tutorial for this?. I don’t know anything about this :frowning:


Un amor, una aventura, compa??a para un viaje. Reg?strate gratis en MSN Amor
& Amistad. http://match.msn.es/


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Casey O’Donnell
RPI STS Department - Graduate Student

http://homepage.mac.com/codonnell/
http://homepage.mac.com/codonnell/wxsync/
http://homepage.mac.com/codonnell/wxblogger/

Unfortunately, I didn’t bookmark the two pages that I used for reading
ASE files, but I have them in .mht format (IE single-file webpage
format) and can send them to you off-list if you like. One of them was
from the Unreal wiki somewhere though, if you’d rather search
yourself.

-JustinOn Sat, 13 Nov 2004 18:50:57 +0000, ALTAIR - wrote:

And a tutorial for this?. I don’t know anything about this :frowning: