提交 d283288a 编写于 作者: T Tristan Valcke

Initialize variable that might be not initialized at line 618 to 620 in TeapotBufferGeometry

上级 fd6ffa3e
......@@ -481,7 +481,9 @@ THREE.TeapotBufferGeometry = function ( size, segments, bottom, lid, body, fitLi
var sstep, tstep;
var vertPerRow, eps;
var s, t, sval, tval, p, dsval, dtval;
var s, t, sval, tval, p;
var dsval = 0;
var dtval = 0;
var normOut = new THREE.Vector3();
var v1, v2, v3, v4;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册