merci pour ton aide
bruno5467 10 months ago
thanks this worked
@metroidfannumber1: yes it makes it so u can execute a script to put ur model into game maker. To execute it u need to put in this code:
model = d3d_model_create();
d3d_model_load(model,"car.d3d");
texture = background_get_texture(bckCar);
//bckCar here is a background that is used for the model's texture and car.d3d is the model
TheMaster33Chief 1 year ago
i couldn't follow much of it. how does this plugin help? does it convert the files into something game maker can use?
metroidfannumber1 1 year ago
merci pour ton aide
bruno5467 10 months ago
thanks this worked
@metroidfannumber1: yes it makes it so u can execute a script to put ur model into game maker. To execute it u need to put in this code:
model = d3d_model_create();
d3d_model_load(model,"car.d3d");
texture = background_get_texture(bckCar);
//bckCar here is a background that is used for the model's texture and car.d3d is the model
TheMaster33Chief 1 year ago
i couldn't follow much of it. how does this plugin help? does it convert the files into something game maker can use?
metroidfannumber1 1 year ago