Thread: 3D Objects In OpenGL

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    208

    3D Objects In OpenGL

    TGM

    You can use a 3D modeler, such as Blender, and then export the models in a format you can read into an OpenGL program. This way you can create complex objects and load them into your program.
    I would suggest looking into the vrml format as it is very easy to understand and get data from.
    Does anyone know more about this and/or any good tutorials???
    Thanx
    Kas2002

  2. #2
    Registered User tgm's Avatar
    Join Date
    Jun 2002
    Posts
    150
    Check your PMs. I sent you one regarding the topic.

    Take a look at the lessons on NeHe's site

  3. #3
    Registered User VBprogrammer's Avatar
    Join Date
    Mar 2002
    Posts
    175
    Yup, Nehe's site explains it all, the two model loading tutorials are great. They cover the .md2 and the Milkshape 3D file formats. The first is great for simple game characters (like the ones in Quake II, duh) and the second will do fine for still objects or scenes (made with Milkshape 3D).
    VC++ 6

  4. #4
    Shadow12345
    Guest
    So you just build up the model and the animations with a program like milkshape and then you load them into your opengl program? How do you make calls to the animations and such? Can you show me a sample opengl program that loads a model and performs some simple animations?

  5. #5
    Registered User
    Join Date
    May 2002
    Posts
    208
    I was wondering if there were anyother tutorials based on loading .3ds file types?

  6. #6
    Registered User VBprogrammer's Avatar
    Join Date
    Mar 2002
    Posts
    175
    Yup, Nehe's site explains it all
    Sorry but that isn't difficult to understand, the tutorials are very good.

    kas2002 - i haven't seen any tutorials on .3ds myself, learn about the file types i mentioned above then you can use the file specification to find out how to use it.
    Last edited by VBprogrammer; 08-06-2002 at 12:17 PM.
    VC++ 6

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Moving objects with mouse in 3D.
    By psychopath in forum Game Programming
    Replies: 15
    Last Post: 07-10-2011, 04:20 PM
  2. How to rotate child objects in 3D
    By Arianiv in forum Game Programming
    Replies: 11
    Last Post: 04-03-2008, 05:09 AM
  3. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  4. Odd 3D Invis Objects?
    By Zeusbwr in forum Game Programming
    Replies: 4
    Last Post: 12-07-2004, 07:01 PM
  5. Deep Exploration, OpenGL, and 3d models
    By DavidP in forum Game Programming
    Replies: 18
    Last Post: 04-06-2003, 01:12 PM