提交 10b8eb8c 编写于 作者: M Mugen87

TorusKnotBufferGeometry: fix loader

上级 84300659
......@@ -230,8 +230,8 @@ THREE.ObjectLoader.prototype = {
geometry = new THREE[ data.type ](
data.radius,
data.tube,
data.radialSegments,
data.tubularSegments,
data.radialSegments,
data.p,
data.q
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册