Hi Brooce,
Given the Footage-type 3D Layer A & time T, I've tried the following combinations:
AEGP_GetLayerToWorldXformFromView(A, T, T, transformMatrix)
AEGP_GetLayerToWorldXformFromView(A, 0, T, transformMatrix)
AEGP_GetLayerToWorldXformFromView(A, T, 0, transformMatrix)
but they are all giving the same value as
AEGP_GetLayerToWorldXform(A, T, transformMatrix).
I've tried to change the Camera properties (focal length, zoom, etc) but AEGP_GetLayerToWorldXformFromView always gives the same value regardless of the Camera properties.
I also tried to put in the Camera Layer instead of footage-type Layer to the function, but the result of AEGP_GetLayerToWorldXformFromView is always the same as GetLayerToWorldXform, and the Camera properties doesn't affect the AEGP_GetLayerToWorldXformFromView function.
So my question is, why the AEGP_GetLayerToWorldXformFromView is not affected by Camera and why does it always give same result as AEGP_GetLayerToWorldXform?
Thanks.