 alytrem Registered User |
Quote
|
2011-06-27 16:02:32 |
|
I've noticed distortion in my wegl animation generated by coppercube. I tried to changed the fov but it didn't changed.
I tried to change it with javascript (cam.setFov(...)), but it always go back to PI/2.
Any idea to fix this ?
|
 erik Registered User |
Quote
|
2011-06-27 22:12:20 |
|
Does the camera have a AnimatorCameraFPS attached to it? Get a reference to that and set yourAnimatorCameraFPS.MayZoom = false;
|
 alytrem Registered User |
Quote
|
2011-06-28 10:48:35 |
|
Great, it works.
|