提交 901bbf3d 编写于 作者: Z zz85

refactor ParametricGeometry for new API. discarding other changes to rebase on...

refactor ParametricGeometry for new API. discarding other changes to rebase on mrdoob new refactoring
上级 b1805e14
......@@ -21,7 +21,7 @@ THREE.ParametricGeometry = function(slices, stacks, func) {
phi = j / stacks;
p = func(theta, phi);
verts.push(new THREE.Vertex(p));
verts.push(p);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册