OpenGL Rendering

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

Thanks.

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

Moving thread to the Higher Level APIs forum.