Milkshape3D ASCII File Loader for PB
Posted: Fri May 14, 2004 2:44 pm
DOWNLOAD: LoadMS3D.zip (800k)
README:
This is only to show the community that it is possible to write
own loaders for 3D file formats without waiting a long time for PB
to get more internal file format support.
Its a test only, i dont free memory correctly after the model is
loaded (mem is freed automatically on program exit) - i just dont
have the time to add this now (i´m going to holiday for 1 week).
Maybe it helps some people to get an idea how to write own
3D file format loaders...
README:
Code: Select all
- PureBasic cant load .bmp textures,
so you have to convert .bmp textures
to .png or .jpg first *and* change
this extension in the MS3D ASCII file!
- model example2.txt and the 3 textures
copyright by traumatic!
own loaders for 3D file formats without waiting a long time for PB
to get more internal file format support.
Its a test only, i dont free memory correctly after the model is
loaded (mem is freed automatically on program exit) - i just dont
have the time to add this now (i´m going to holiday for 1 week).
Maybe it helps some people to get an idea how to write own
3D file format loaders...