Download the obj-importer here:
http://gmc.yoyogames.com/index.php?sh...
--------------------------------------
One of the few things which i was working on was an self scripted 3D Model importer.
There are plenty of import scripts already online, but none of them gave me the results i wanted.
Sometimes my .obj files wasn't comapctible and sometimes i was forced to change something on the model itself to make it "importable".
Now i have a script which works perfectly with GM and with Blender. (and i learned a few things about model export. :D)
I also added the functionality to import obj Materials (.mlt) and to use them in Game Maker. This also works as you can see in this Video. The only thing which i'm doing ist to read the color of the Material for each Vertex and apply it with d3d_model_vertex_color in the model creation.
You can also see my current character rig for the 3D character model from the game "celerity".
Hope you enjoyed this video.