i need 3ds loader source code for JOGL.

hi,iam programing a 3D game in JOGL and iam beginner for game programing and i need a .3ds file to load in to my JOGL program for putting variuos models and characters in my Game so any one please help me for .3ds loader or its Source code which can be used by JOGL program .

Thank you… :slight_smile:

You might be able to use 3dsrdr as a jumping off point for writing your own. I did years ago for a C++ app. Goggling for ‘3dsrdr.c’ or ‘3dsrdr.zip’ returns some good hits.

ok thank you very much…

There is a 3ds loader in the shared code section:
http://192.18.37.44/forums/index.php?topic=1863

that’s really great program…, thanq for your work…