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

TorusKnotBufferGeometry: fix loader

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