Skip to main content
Participant
October 22, 2024
Question

Convert 3D information to 2D

  • October 22, 2024
  • 1 reply
  • 242 views

Greetings

I have a composition with several 3D elements and a camera. I would like to use the elements with XYZ coordinates to place text labels using only XY. Does anyone know how this can be done?

Thanks.

This topic has been closed for replies.

1 reply

Legend
October 22, 2024

try this:

target = thisComp.layer("3D LAYER")
target.toComp(target.anchorPoint)

 

Participant
October 22, 2024

It works perfectly. Thank you very much.