Designing Games with GameMaker
Easy drawing
Once 3D mode has been switched on you can use GameMaker as you are used to it (except for the remarks made at the beginning). Only objects will appear in different sizes based on their depth setting. You can even use views. One additional function can be useful. If you draw a number of things in a piece of code you might want to change the depth value between the primitives you draw. For this you use:
d3d_set_depth(depth) Sets the depth used for drawing.
Note that at the moment a new instance is drawn the depth is again set to the depth of that instance.
Alternative versions
You can also read this manual on one single long page (± 1.5 mb)
Also available in:
Download helpfile
Also available in:
Download helpfile