Mosaic Light

What is Mosaic Light?

Mosaic Light is a script for importing WaveFront .obj format 3d model directly to Game Maker. 
The script automatically opens, converts and creates the model.

How to use?

Place the following line in the Creation event:

Importing a WaveFront .obj model
model = createFromObj(filename,flipnormals);

Then what?

The returned id then can be used in the Draw Event:
d3d_model_draw(model,x,y,z,texture);


Mosaic Light is freeware. 
Developing some parts of Mosaic Light took me hours (actually days), 
so if you decide to use it in your project please credit me in your 
developers list: "Mosaic 3D importer by Zoltan Percsich"

Thank you. I hope you like it.

Mosaic Light. (c) 2006. Zoltan Percsich. All Rights Reserved.
For further information visit www.percsich.hu.