So I understand .3ds now, whats my next step to making my own model format?

Started by
3 comments, last by executor_2k2 22 years, 1 month ago
Do I just make a little program to parse the important parts of .3ds/.asc/.ase files and put them in a new file with a new extension? Would I then use this new type of file to load models in my engine?
Well, that was a waste of 2 minutes of my life. Now I have to code faster to get 'em back...
Advertisement
Yes, you are exactly right. Your new file format should include only the data your program needs. Alternatively to converting, you can write exporters for most 3d modeling packages that will allow you to save directly to your format.
Where can I learn how to program an exporter for 3dsmax to my format?
Well, that was a waste of 2 minutes of my life. Now I have to code faster to get 'em back...
Look in the 3D studio Max SDK examples ( you have to choose the SDK install when installing max) or the microsoft plugin source code (its in the Direct3D SDK extras).
Which example in the max SDK examples should I look at? Thanks.
Well, that was a waste of 2 minutes of my life. Now I have to code faster to get 'em back...

This topic is closed to new replies.

Advertisement