Thread: 3DS in OpenGL

  1. #1
    Registered User -Xp-'s Avatar
    Join Date
    Nov 2002
    Posts
    28

    3DS in OpenGL

    is there a (easy) way of sticking meshes made in 3D Stidio into an OpenGL program. i know it can be done in DirectX by exporting to a .x file, but OpenGL?
    No I DIDN'T steal my name from Misro$ofts OS, it's pure coincidence.

    The lines around my name (-) are only there because i needed a name over the 3 character minimum letter limit

  2. #2
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    the simple answer is no.

    you either need to write a loader yourself, or use one someone else has written.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    I was affraid for an answer like that, im looking for an easy 3ds
    loader as well, but there are none.
    That's because i really need an EASY one, i have no experience
    in models.
    Is there a REALLY EASY alternative for 3ds models?

    (at the moment im hand writing all my models,its a pain)

  4. #4
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    >(at the moment im hand writing all my models,its a pain)

    that makes me hurt to hear it.

    Well if you wana start with model loading, i would recommend starting with a simple well documented format like wavefront .objs, or i hear milkshape 3d's .ms3d's(though im not sure if there are official docs?), and .ase's are simple. The .3ds is in my opinion a bad place to start since there is no official documentation of the format.

    ::edit::

    oh yes,
    http://www.gametutorials.com/Tutoria...OpenGL_Pg4.htm
    has tutorials on three of the afore-mentioned, though i don't know how good they are.

    and i recommend reading up on the format aside as well.

    this seems to be a good obj explaination:

    http://netghost.narod.ru/gff/graphic...ry/waveobj.htm

    and start with simple things like a single tirangle then move up.
    Last edited by no-one; 12-16-2002 at 07:28 PM.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  5. #5
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    I know GameTutorials but i found them to be too complicated
    (Now don't you go nuts here thinking: he must be real stupid)
    but i want it simple,the obj files however look promising.
    THX!

  6. #6
    Shadow12345
    Guest
    The resources No-one pointed you to are the ones I would have pointed you to myself

    If you want a loader that is painfully easy, look into milkshape, you can export to milkshape3d ascii characters, and you can sequentially read all of the coordinates in.

    only drawback is you can open those simple formats with notepad and people can easily steal your work.

  7. #7
    Registered User -Xp-'s Avatar
    Join Date
    Nov 2002
    Posts
    28
    well thanks anyway, i should start learning directx anyway, as it is a full API, not just grpahics API
    No I DIDN'T steal my name from Misro$ofts OS, it's pure coincidence.

    The lines around my name (-) are only there because i needed a name over the 3 character minimum letter limit

  8. #8
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by Shadow12345

    only drawback is you can open those simple formats with notepad and people can easily steal your work.
    Of course there are simple solutions to this,like writing your own
    encrypter. Should be fairly easy, Or compile it along with the .exe
    That remids how's level of security in exedat?
    Can one just rip it out of your exe again?

  9. #9
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    i really don't think that you should worry about that till you're going to release a game to the general populace.

    secondly, the only real pratical protection you have is copywrite law, and the GP's of the user, someone can eventually get your work if they're determinded enough period.

    so it should be a secondary concern and the most encryption you should really use is the fie format itself.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OpenGL & 3ds max
    By ElastoManiac in forum Game Programming
    Replies: 9
    Last Post: 07-17-2011, 10:01 AM
  2. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  3. OpenGL .dll vs video card dll
    By Silvercord in forum Game Programming
    Replies: 14
    Last Post: 02-12-2003, 07:57 PM
  4. openGL / 3ds
    By Perspective in forum Game Programming
    Replies: 7
    Last Post: 01-29-2003, 07:54 PM
  5. 3ds max -> opengl? any tutorials?
    By genghis in forum Game Programming
    Replies: 1
    Last Post: 06-23-2002, 01:46 PM