Game Maker Version:
Version of Script: 1.0
File size: 33 KB
Description:
3D Animations System is a system of original 3D animation created by me. This system gathers all the models and makes an animation.
Scripts used in the example:
[The system]
AnimSystem_load();
AnimSystem_animation();
[Importing models]
createFromObj(); //Script not created by me
[Camera]
scr_start3D();
scr_camerastep();
scr_cameradraw();
//Using the scripts:
[AnimSystem_load]
argument0 = model1
argument1 = model2
argument2 = model3
argument3 = model4
Exemple: AnimSystem_load('model1.obj','model2.obj','model3.obj','model4.obj')
[AnimSystem_animation]
argument0 = X model
argument1 = Y model
argument2 = Z model
argument3 = Texture
Exemple: AnimSystem_animation(x+0,y+0,0,background_get_texture(back_texture))Download:
4shared: 3D Animations System.rar 33 Kb



Find content
Not Telling

