提交 89c39cc3 编写于 作者: W WestLangley

Accommodate refactoring of Vector3.unproject( camera )

上级 8bad3a49
......@@ -158,10 +158,10 @@ CameraHelper.prototype.update = function () {
var w = 1, h = 1;
// we need just camera projection matrix
// we need just camera projection matrix inverse
// world matrix must be identity
camera.projectionMatrix.copy( this.camera.projectionMatrix );
camera.projectionMatrixInverse.copy( this.camera.projectionMatrixInverse );
// center / target
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册