Hello,
I have a question/problem that has been bugging me for quite some time.
I have a functional AE plugin that has its own 3D OpenGL context/world.
This 3D world is synced to the AE camera like described in this thread: http://forums.adobe.com/thread/570135
After many tries, everything is working like expected now (phew!), but unfortunately, when I add a camera to an AE comp, its position gets initialized to (comp_width/2, comp_height/2, some_negative_z_value).
My OpenGL scene is however centered around (0,0,0). So, to actually see my scene, I have to change the AE camera's position and point of interest both to (0,0,0) as well. Is there any way around it?
I can of course translate my camera (or rather the whole scene) in OpenGL so that it is centered around (comp_width/2, comp_height/2, ???), but that does not work if adaptive resolution/downsampling kicks in, as the width and height then changes, but the coordinates don't.
I don't now if I explained that clearly enough, so feel free to ask me details.
Any input appreciated!
Thanks,
Tom