Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix perspective camera FOV export. (mrdoob#9482)
From blender, `camera.angle` returns the fov according to longest rendering dimension in radians. This patch returns a value three.js expects: an horizontal fov in degrees.
- Loading branch information