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: possible to import models created in 3D studio max to opengl??

  1. #1
    Junior Member Newbie
    Join Date
    Oct 2004
    Location
    Singapore
    Posts
    1

    possible to import models created in 3D studio max to opengl??

    Hi ,

    i doing a game in opengl and i need to include a lot objects like house , car and furnitures etc. and i feel that it is really hard to create so many objects within such a short time.So i tot of using 3D studio max but is it possible to import models created in 3D studio max to opengl?

    if not is there any good website that shows how to create such 3D objects?

    Thanks !!

    wahahaha_yan

  2. #2
    Member Regular Contributor CrazyButcher's Avatar
    Join Date
    Jan 2004
    Location
    Germany
    Posts
    402

    Re: possible to import models created in 3D studio max to opengl??

    opengl just renders data, your program will need to take care of getting the data from a file into the engine and then structure it in a fashion that its easy to render..

    http://www.gametutorials.com/Tutoria...OpenGL_Pg4.htm

    here are several tutorials on some file formats

    ASE and 3DS can be exported from 3dsmax natively

Posting Permissions

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