Game Maker - 3D Platformer Tutorial @rexfurry
Game Maker - 3D Platformer Tutorial  @rexfurry
Uploaded January 2013 | Updated September 2026, 2 weeks ago
Hey guys how it goin? In this tutorial I show how to make a 3D Platform game. I created this example myself and it's very simple to follow as well as remake if that's what you would like to do. But if you just want to download the example you can go to the link below which will take you to my website where you can just download it for free. And with that, I hope you enjoy this tutorial and that is helps you out ^)^

Link to download example: dropbox.com/s/0ntprsd6mv8665h/3d%20platform%20example%20-%20rexfurry.gmk


NOTE: This only works in Game Maker pro

Codes used in tutorial:

Player's Step Event (this is just the gravity, if you have your own gravity this isn't needed)

if place_free(x,y+1)
{
gravity_direction = 270
gravity = 0.5
}
else
{
gravity_direction = 270
gravity = 0
}

Player's Collision with the ground (not needed if you have your own collision)

move_contact_solid(direction,12)
vspeed = 0

Player's Room Start Event (you can create a separate object for this if you want)

d3d_start() //enables 3d

Player's Room End Event (you can create a separate object for this as well if you want)

d3d_end() //ends 3d

Object Ground's Draw Event:

d3d_draw_block(x,y,32,x+32,y+32,-32,tex_ground,1,1)//tex_ground being your 3d texture

Object P3d's Draw Event:

//all of the code below basically sets up how the camera will view the player, you can play around with the values till you get something you like
d3d_set_projection(obj_player.x,obj_player.y - 6.9,300,obj_player.x,obj_player.y - 7,190,0,0,1)
draw_set_alpha(1)
draw_set_color(c_white)
Game Maker - 3D Platformer TutorialRexplays: Crystal Universe Aftermath - [9]Basic Introduction to WLMMIndie Shorts - Crystal Universe AftermathGame Maker   Koopa Troopa TutorialAnime Studio for beginners - Part 8 (exporting animation)Frame-by-Frame Character Animation TestBanjos Backpack Test level 1Game maker question box tutorialCoxN Crendor in the Morning Animated - Krumel MonsterTaco Cat [animated song]Luigi Walk Cycle WIP
rexfurry |

Game Maker - 3D Platformer Tutorial

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER