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

Merge branch 'fixLines' of https://github.com/DungFu/three.js into dev

......@@ -579,6 +579,8 @@ THREE.Projector = function () {
vertices = object.geometry.vertices;
if ( vertices.length === 0 ) continue;
v1 = getNextVertexInPool();
v1.positionScreen.copy( vertices[ 0 ] ).applyMatrix4( _modelViewProjectionMatrix );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册