
Copy link to clipboard
Copied
Hi,
I'm trying to copy and mirror a rectangle of layer from one PF_EffectWorld to another.
I'm sure it's possible to do it using some of the functions in WorldTransformSuite1, but haven't figured it out yet.
Can someone help me?
Thank you for your time.
1 Correct answer
Hi!
I think what you're looking for is WorldTransformSuite1()->transform_world().
It takes 1 (or 2 if you use MotionBlur) matrix. There you can change the values of the matrix as you wish to perform any 2D transformation.
Cheers,
François

Copy link to clipboard
Copied
I've written a pixel function that mirrors image as I need it.
I'll mark this as answered, however should someone find a way to use provided function please let me know.
Thanks
Copy link to clipboard
Copied
Hi!
I think what you're looking for is WorldTransformSuite1()->transform_world().
It takes 1 (or 2 if you use MotionBlur) matrix. There you can change the values of the matrix as you wish to perform any 2D transformation.
Cheers,
François

