Skip to main content
dkt0
Inspiring
November 8, 2025
Answered

What does AEGP_GetLayerToWorldXform actually represent?

  • November 8, 2025
  • 1 reply
  • 56 views

What is the point of AEGP_GetLayerToWorldXform matrix? What does it give me? It's a really confusing name, does it transform the layer-space coordinates to composition-space? What does "World" mean? Is it supposed to be used to make an effect work in composition space instead of layer space?

Correct answer shachar carmi

yes, it translaes xy corrdinates from the layer origin to xyz in comp space. you can either use that for that simple conversion, or use the gotten matrix to construct a full "render view" matrix from the camera's pov.

1 reply

shachar carmiCommunity ExpertCorrect answer
Community Expert
November 10, 2025

yes, it translaes xy corrdinates from the layer origin to xyz in comp space. you can either use that for that simple conversion, or use the gotten matrix to construct a full "render view" matrix from the camera's pov.