diff --git a/build/three.js b/build/three.js index d5860e6ac99a784c236ea317dc611478f48954e2..36b7aebe18c2127bb12332fd1e035eab74d74898 100644 --- a/build/three.js +++ b/build/three.js @@ -11599,7 +11599,7 @@ THREE.ObjectLoader.prototype = { data.radiusTop, data.radiusBottom, data.height, - data.radiusSegments, + data.radialSegments, data.heightSegments, data.openEnded ); diff --git a/build/three.min.js b/build/three.min.js index a1e619f5c61a456c857d0debb9133375ed45a215..54d175b506baf335184fbe4dd4543ea386f326c4 100644 --- a/build/three.min.js +++ b/build/three.min.js @@ -227,7 +227,7 @@ void 0!==a&&(b.boundingSphere=new THREE.Sphere((new THREE.Vector3).fromArray(voi THREE.MaterialLoader.prototype={constructor:THREE.MaterialLoader,load:function(a,b){var c=this,d=new THREE.XHRLoader;d.setCrossOrigin(this.crossOrigin);d.load(a,function(a){b(c.parse(JSON.parse(a)))})},setCrossOrigin:function(a){this.crossOrigin=a},parse:function(a){var b=new THREE[a.type];void 0!==a.color&&b.color.setHex(a.color);void 0!==a.ambient&&b.ambient.setHex(a.ambient);void 0!==a.emissive&&b.emissive.setHex(a.emissive);void 0!==a.specular&&b.specular.setHex(a.specular);void 0!==a.shininess&& (b.shininess=a.shininess);void 0!==a.vertexColors&&(b.vertexColors=a.vertexColors);void 0!==a.blending&&(b.blending=a.blending);void 0!==a.opacity&&(b.opacity=a.opacity);void 0!==a.transparent&&(b.transparent=a.transparent);void 0!==a.wireframe&&(b.wireframe=a.wireframe);if(void 0!==a.materials)for(var c=0,d=a.materials.length;c