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 4 of 4

Thread: LOADING 3D MODELS..NEED HELP!

  1. #1
    Guest

    LOADING 3D MODELS..NEED HELP!

    How do I load 3d models (.3DS or .X etc) into an OpenGl Program? What file type should I use?

    RASAP

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Aug 2000
    Location
    Cardiff University
    Posts
    668

    Re: LOADING 3D MODELS..NEED HELP!

    Write your own code or search the net for some.

  3. #3
    Guest

    Re: LOADING 3D MODELS..NEED HELP!

    If you're programming in Visual C++, you might want to try Display3DS as a starting point. It makes decoding and displaying 3DS meshes almost trivial.

  4. #4
    Advanced Member Frequent Contributor
    Join Date
    Sep 2000
    Location
    California
    Posts
    550

    Re: LOADING 3D MODELS..NEED HELP!

    If you want to use a third party GDK to load your models you can use Spider3D(it's free). It assumes you know how to set up OpenGL. Go here to check it out: http://www.spider3d.com

    I released the source code to v1, you can find some 3ds loading routines in the s3d_3ds.cpp file if you want to write your own model loader.

Posting Permissions

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