• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Discussion [REQUEST] Add output select to matrix_build and matrix_multiply

xDGameStudios

GameMaker Staff
GameMaker Dev.
Sometimes there can be a lot of transform calculations taking place.. and some of them just need to be updated... I wanted to know if it is possible to add a output selector to matrix functions:

matrix_build(..., [output]);
matrix_multiply(matrix_a, matrix_b, [output]);

making it possible to reuse arrays instead of creating them again and again.
What do you think?
 
Top