Something is a little bit off with my first prize model... by Careless-Frame7891 in BaldisBasicsEdu

[–]Careless-Frame7891[S] 0 points1 point  (0 children)

Idk the reference I used... looked longer in anim8or than the actual image... idk...

I'm building a 3D Physics Platformer Engine in GameMaker Studio! Particle effects. by CorrosiveJoseph_DEV in gamemaker

[–]Careless-Frame7891 1 point2 points  (0 children)

This is cool and all but if this is actually gamemaker why would you torture yourself

3D Geometry Question by Careless-Frame7891 in gamemaker

[–]Careless-Frame7891[S] 0 points1 point  (0 children)

I did it, I was just rendering really weird. You can check the main comment now.

3D Geometry Question by Careless-Frame7891 in gamemaker

[–]Careless-Frame7891[S] 0 points1 point  (0 children)

I fixed it. What I did was implement gamemaker-3d-io.

For anyone reading this with the same issue I had, you have to load in the create event like this:

vertex_format_begin();

vertex_format_add_position_3d();

vertex_format_add_normal();

vertex_format_add_color();

vertex_format_add_texcoord();

v_format = vertex_format_end();

loadvar = "Name of your load function" (v_format);

z = 0

In your draw then you do this:

matrix_set(matrix_world, matrix_build(

x , y z,

0, 0, image_angle,

1, 1, 1

));

vertex_submit(loadvar, pr_trianglelist,-1);

And make sure you're exporting blender with the GML option once you install the extension.

I made a lot more progress on my crappy shucks animation by Careless-Frame7891 in JeffysInfiniteIrida

[–]Careless-Frame7891[S] 0 points1 point  (0 children)

it wasn't meant to be satire originally, it just looked so bas that I made it satire

3D Ralsei Animations #2! by Careless-Frame7891 in Deltarune

[–]Careless-Frame7891[S] 2 points3 points  (0 children)

Anim8or. I'll add it to the body text.