提交 f5e5a394 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #12194 from mrdoob/Mugen87-patch-1

Update webgl_decals.html
......@@ -202,6 +202,7 @@
intersection.point.copy( p );
var n = intersects[ 0 ].face.normal.clone();
n.transformDirection( mesh.matrixWorld );
n.multiplyScalar( 10 );
n.add( intersects[ 0 ].point );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册