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

Thread: OpenGL Rendering

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2004
    Location
    Bangalore
    Posts
    4

    OpenGL Rendering

    Hi, Could anybody tell me how to render Multigen's .flt file using OpenGL?

    Thanks.

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Oct 2000
    Location
    Belgium
    Posts
    857

    Re: OpenGL Rendering

    OpenGL does not handle/deal with file formats in any way. You'll have to look elsewhere to find either an existing library that will load your files for you, or a specification of the file format so you can write your own loader.

    -- Tom

  3. #3
    Super Moderator OpenGL Guru dorbie's Avatar
    Join Date
    Jul 2000
    Location
    Bay Area, CA, USA
    Posts
    4,388

    Re: OpenGL Rendering

    Moving thread to the Higher Level APIs forum.

  4. #4
    Super Moderator OpenGL Guru dorbie's Avatar
    Join Date
    Jul 2000
    Location
    Bay Area, CA, USA
    Posts
    4,388

    Re: OpenGL Rendering

    YOU can use other toolkits that call through OpenGL to load and draw your Multigen Open Flight model.

    An example of this is Open Scene Graph:

    http://openscenegraph.sourceforge.net/

    Most toolkits like this can load 3D models in a range of formats and draw them at the direction of your application code.

  5. #5
    Intern Contributor
    Join Date
    Feb 2004
    Location
    Dallas/ Nottingham
    Posts
    96

    Re: OpenGL Rendering

    If you want to use it an OpenGL app then look at Polytrans from www.okino.com and their OpenFlight add on.

    You can read an OpenFlight file in to Polytrans and then save it as Opengl 'C' code...

  6. #6
    Junior Member Regular Contributor
    Join Date
    Apr 2001
    Location
    U.S.
    Posts
    149

    Re: OpenGL Rendering

    You can also write your own loader/renderer. Get the OpenFlight specification from http://www.multigen-paradigm.com/sup...tandards.shtml

  7. #7
    Intern Newbie
    Join Date
    Mar 2003
    Location
    SPAIN
    Posts
    42

    Re: OpenGL Rendering

    Hi, you can use the flt free loader source code for SGL library.

Posting Permissions

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