Open iampremo opened 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
.
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: