Types of .Obj and .mtl

Blitz3D Forums/Blitz3D Beginners Area/Types of .Obj and .mtl

Killsgaurd(Posted 2014) [#1]
Can i use these in Blitz or do i need to convert the files to .3ds and such


RemiD(Posted 2014) [#2]
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


Floyd(Posted 2014) [#3]
The usual suggestion is to try Blender, which can import many formats and export b3d.


Killsgaurd(Posted 2014) [#4]
Thanks guys :D