Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: .3ds

  1. #1
    Junior Member Newbie
    Join Date
    Jan 2002
    Posts
    1

    .3ds

    Is anyone know a good 3ds file loader for opengl including animation or else, documentation in order to code one ?

  2. #2
    Intern Newbie
    Join Date
    Oct 2001
    Posts
    38

    Re: .3ds

    I am aware of several libraries that will parse 3DS files.

    lib3DS (www.sourceforge.net) and the 3DSFTK (see the links page on my web site) are probably the most common.

    Both libraries will parse 3DS files; however, you will need to write the code that renders the object.

    I have never used lib3DS, but I have found the 3DSFTK to be useful. The data structures are documented and easy to interpret. The documentation is poorly formatted, but you can decipher it.

    Regards,
    Scott
    http://members.home.net/scottheiman/
    Regards,
    Scott

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •