Types of .Obj and .mtl
Blitz3D Forums/Blitz3D Beginners Area/Types of .Obj and .mtl
| ||
Can i use these in Blitz or do i need to convert the files to .3ds and such |
| ||
Yes in the the sense that you can read/write any kind of file as you want. No in the sense that there is no default function to load an .obj. But there are probably code examples to load an .obj file in the forum or in the code archives. https://www.google.fr/?gws_rd=ssl#q=load+.obj+site:blitzbasic.com |
| ||
The usual suggestion is to try Blender, which can import many formats and export b3d. |
| ||
Thanks guys :D |