I have a transform matrix that I'd like to set on a combiner (specifically in this case, but other objects have these attributes as well) which would save some calculations and extra steps. I tried to find if there was an easy way to do this but I couldn't find anything online.
Is there currently a way to do this other than doing the extra calculations and setting the translation, rotation, and scale separately?
Thanks in advance!