|
@@ -615,7 +615,7 @@ ExtrudeBufferGeometry.prototype.addShape = function ( shape, options ) {
|
|
|
|
|
|
}
|
|
|
|
|
|
- scope.addGroup( start, verticesArray.length / 3 - start, options.material !== undefined ? options.material : 0 );
|
|
|
+ scope.addGroup( start, verticesArray.length / 3 - start, 0 );
|
|
|
|
|
|
}
|
|
|
|
|
@@ -639,7 +639,7 @@ ExtrudeBufferGeometry.prototype.addShape = function ( shape, options ) {
|
|
|
}
|
|
|
|
|
|
|
|
|
- scope.addGroup( start, verticesArray.length / 3 - start, options.extrudeMaterial !== undefined ? options.extrudeMaterial : 1 );
|
|
|
+ scope.addGroup( start, verticesArray.length / 3 - start, 1 );
|
|
|
|
|
|
|
|
|
}
|