|
@@ -52,6 +52,7 @@ THREE.MaterialLoader.prototype = {
|
|
|
if ( json.transparent !== undefined ) material.transparent = json.transparent;
|
|
|
if ( json.alphaTest !== undefined ) material.alphaTest = json.alphaTest;
|
|
|
if ( json.wireframe !== undefined ) material.wireframe = json.wireframe;
|
|
|
+ if ( json.wireframeLinewidth !== undefined ) material.wireframeLinewidth = json.wireframeLinewidth;
|
|
|
|
|
|
// for PointCloudMaterial
|
|
|
if ( json.size !== undefined ) material.size = json.size;
|