• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

three-d

  1. A Random Creator

    GML Elevation in an isometric world.

    Hello everyone! I've been working on a map editor for a project recently using chunks and surfaces, and it works pretty well so far: But I've recently decided I'd like to attempt to convert this project into a 3D or 2.5D world. The idea I came up with that I thought would be the best method to...
  2. R

    3D in GameMaker Studio 2: Beginners Guide.

    (Reserved) NOTE: I will be adding concepts and how-to methods for 3d in the new GameMaker Studio 2 environment here shortly as soon as I full-proof concepts and organize it into digestible bits. If you find something to add, PM me. Textures Projection And Cameras Vertex Buffers and...
  3. T

    3D Collision?

    Heya! I know I made quite a few 3D posts now, but I need some help with collision. I've been trying since the beginning of my project to get collision going, and currently I've been stuck using; x = xprevious; y = yprevious; It's not very good... So I tried altering a 2D collision code I found...
  4. T

    Rotating A 3D Model?

    Heya! Simple question... How do I rotate a 3D model though the Z axis? I can't figure out how! I've tried d3d_transform_add_rotation_z, but it doesn't work. Instead, it just shifts the model along either the X or Y axis depending on the given value. Anyway, Here's the code that ISN'T working...
  5. R

    Discussion 3d Archives

    Hello peeps. I decided to start building a page for archiving and compiling useful 3d game maker scripts and assets into one place for easy access. I'm looking for thoughts an opinions or contributions you think should be added. A lot of stuff was buried in the old forums and are they quickly...
Top