使用camera.setlens时查看宽度

时间:2014-03-12 13:18:13

标签: three.js

我知道计算视图宽度和高度的公式。

var vFOV = camera.fov * Math.PI / 180;        // convert vertical fov to radians
var height = 2 * Math.tan( vFOV / 2 ) * dist; // visible height

var aspect = window.width / window.height;
var width = height * aspect; 

但是当涉及camera.setlens(60)时,计算出错了。当我们使用Camera.setlens时,公式是否会发生变化。

1 个答案:

答案 0 :(得分:0)

Look at the docsthe source

Camera.setLens没有视野。它需要焦距和帧大小