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

Merge pull request #8468 from Mugen87/loader

ObjectLoader: Added LatheBufferGeometry
......@@ -239,8 +239,9 @@ THREE.ObjectLoader.prototype = {
break;
case 'LatheGeometry':
case 'LatheBufferGeometry':
geometry = new THREE.LatheGeometry(
geometry = new THREE[ data.type ](
data.points,
data.segments,
data.phiStart,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册