Get updated camera info
Hi,
I have set the flags PF_OutFlag2_SUPPORTS_THREADED_RENDERING, PF_OutFlag2_I_USE_3D_CAMERA, and PF_OutFlag2_SUPPORTS_QUERY_DYNAMIC_FLAGS in global setup.
When the camera position is updated, I retrieve the updated camera info and send it to another app using a WebSocket. As soon as I receive updated info from the other app based on the camera update, I want to call render again to update the info on my UI.
However, this procedure is very slow because the render function is called for every frame, and it tries to gather camera info for every frame, even though the camera info is the same. Is there any other command or trigger that gets hit when the camera info is updated that I can use to optimize my plugin?
Thankyou
