Thanks for a quick response 馃槃
I succeeded by doing what you told me with this (ultimately no need for "draw_sprite_3d_ext") :
draw_sprite_3d(sprite_index, image_index, x, y, 0, -45, Camera.Forward, 0, 1, 1, 1, false);
Hi Gizmo199,
I hope you're well! 馃槃
I use the function draw_sprite_3d() to draw my character, but the sprite does not undergo any 3D effect.
Do you have any idea where the problem is coming from?