提交 4c0f9f4d 编写于 作者: M Mr.doob

StereoCamera: Hardcoded eyeSep to 0.064. See #7732.

上级 06b867f3
......@@ -47,7 +47,7 @@ THREE.StereoCamera.prototype = {
// http://paulbourke.net/stereographics/stereorender/
var projectionMatrix = camera.projectionMatrix.clone();
var eyeSep = focalLength / 30 * 0.5;
var eyeSep = 0.064;
var eyeSepOnProjection = eyeSep * near / focalLength;
var ymax = near * Math.tan( THREE.Math.degToRad( fov * 0.5 ) );
var xmin, xmax;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册