YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
24 stars 8 forks source link

3D sprite drawing functions #4047

Open iampremo opened 1 year ago

iampremo commented 1 year ago

Ticket #199100 Feature Type: feat_addition_ingame Description: draw_sprite_3d, draw_sprite_ext_3d etc.. It would be really nice to be able to input your own z component in to existing sprite functions. Benefit: It would allow people to draw things using the normal fast drawing functions but with a custom z component. There are tons of times in even 2D games when this is relevant. Link:

KeeVeeGames commented 1 year ago

Not sure what it is intended to do as you still need your projection matrix to be perspective to be able to view 3D sprites. Setting and resetting the matrix for each draw_sprite_3d call seems ineffective. Z-component though can be set now with a gpu_set_depth.