3dsmax files

I’ve just started with OpenGL, an I love it!
I looked at nate’s .ASE loader, and it works, but it is very limited in what it can do. I just wrote a .ASE loader in C++ (as a couple classes) and it loads material/vert/norm information. It works for me and I love it, just saving from MAX and then being able to load into my app. If anyone would like to see my code (MSVC+6.0) then let me know. It isn’t too hard to write your own once you look at the .ASE file though.

-John
johnlong@cs.fsu.edu www.mindshade.com

does it have a texture loader?

it loads the bitmap filename if your materials use them, but it doesn’t load the image file. i’ll add that ability once i get more used to opengl