Author Topic: Perspective distortion  (Read 98 times)

Matteo Macellari   «   on: May 24, 2012, 06:57:00 AM »
Hello i'm wondering if there is a way to set the perspective distortion of the camera. In my project, when I zoom close to the 3d object it looks too fisheyed/wideangled… maybe are there some camera param?

Thank you,
Matteo

Shalmu Yakubov   «   Reply #1 on: May 24, 2012, 09:34:00 AM »
Camera3D has "fieldOfView" and "zoom" parameters, by tweaking them you can achieve this.

Matteo Macellari   «   Reply #2 on: May 24, 2012, 12:10:20 PM »
Ok thanks i'll try them out...