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

Minor clean up.

上级 9ca9003e
......@@ -257,7 +257,7 @@ THREE.Geometry.prototype = {
}
var addFace = function ( a, b, c ) {
function addFace( a, b, c ) {
var vertexNormals = normals !== undefined ? [ tempNormals[ a ].clone(), tempNormals[ b ].clone(), tempNormals[ c ].clone() ] : [];
var vertexColors = colors !== undefined ? [ scope.colors[ a ].clone(), scope.colors[ b ].clone(), scope.colors[ c ].clone() ] : [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册