提交 0f966c12 编写于 作者: M Mr.doob

Updated builds.

上级 b60845ac
......@@ -36327,7 +36327,7 @@ THREE.SpritePlugin = function () {
sprite = sprites[ i ];
material = sprite.material;
if ( ! sprite.visible || material.opacity === 0 ) continue;
if ( sprite.visible === false ) continue;
sprite._modelViewMatrix.multiplyMatrices( camera.matrixWorldInverse, sprite.matrixWorld );
sprite.z = - sprite._modelViewMatrix.elements[ 14 ];
......
因为 它太大了无法显示 source diff 。你可以改为 查看blob
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册