提交 44708dd3 编写于 作者: R Raymond Zhou

Remove Geometry.__tmpVertices from examples

上级 e7489311
......@@ -38,6 +38,5 @@ THREE.ExplodeModifier.prototype.modify = function ( geometry ) {
}
geometry.vertices = vertices;
delete geometry.__tmpVertices;
};
......@@ -31,8 +31,6 @@ THREE.SubdivisionModifier.prototype.modify = function ( geometry ) {
}
delete geometry.__tmpVertices;
geometry.computeFaceNormals();
geometry.computeVertexNormals();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册