Hi,
Is threre a way to do it in SDK API?
For example,
1. i have one cam with perspective lens
2. got it by api
const cam = this.m_scenes.get_active_camera();
3. change it type from current (target) to static
this.m_cam.static_setup(cam, {…});
and want to change lens to orthographic
Is it posible?