I have a lot of 3D Studio Files ,
I'm writing a program in MSVC+OpenGL , but i don't know how to load these objects into my program , so I decided that I'll search for an ascii file format which contain data of a 3D object and draw it using OpenGL , it must contain :
(a)vertices data
(b)face data (3/4 points from (a) and RGB color of face)
my question :
a)Is there such known format which has it (including face color!) ?
b)Is there converter from common formats to that format ?
[This message has been edited by byaniv (edited 06-14-2000).]