How could I amplify the translation of a transform var?

Hi everyone,

I wonder how to amplify the translation of a transform var? Seems theres the compose transform function only, but I don’t know how to make it.
Your help is to be greatly appreciated!:slight_smile:

What do you mean? What exactly is it that you are trying to do? Could you provide an example?

Well, for example, I have a transform var now, whose translation value x=1.0, y=1.0, z=1.0, and I wanna multiply all the three by 10, how could I make it? Thanks!

Break (drag a node and type break) or split (right click on the transform pin) the transform node, take the location vector and multiply it with a float value and then create the transform again and plug all the values back in.

I’ll try it, you have my thanks:D