|
@@ -603,12 +603,10 @@ class LineMaterial extends ShaderMaterial {
|
|
if ( value === true ) {
|
|
if ( value === true ) {
|
|
|
|
|
|
this.defines.USE_ALPHA_TO_COVERAGE = '';
|
|
this.defines.USE_ALPHA_TO_COVERAGE = '';
|
|
- this.extensions.derivatives = true;
|
|
|
|
|
|
|
|
} else {
|
|
} else {
|
|
|
|
|
|
delete this.defines.USE_ALPHA_TO_COVERAGE;
|
|
delete this.defines.USE_ALPHA_TO_COVERAGE;
|
|
- this.extensions.derivatives = false;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|