3D Setup

This section details all the functions used to initialize 3D drawing.

If you want to use 3D mode you first need to set GameMaker: Studio to draw in 3D mode (you can later switch back to 2D mode if you want) as well as set up certain details about how you want things in the 3D environment to be rendered.

The following functions exist for setting up the 3D environment:

  1. d3d_start
  2. d3d_end
  3. d3d_set_hidden
  4. d3d_set_perspective
  5. d3d_set_depth
  6. d3d_set_culling
  7. d3d_set_zwriteenable


Back: Working With 3D
Next: 3D Drawing
© Copyright YoYo Games Ltd. 2018 All Rights Reserved