download
raw
524 Bytes
import { LineBasicMaterial } from './LineBasicMaterial.js';
class LineDashedMaterial extends LineBasicMaterial {
constructor( parameters ) {
super();
this.isLineDashedMaterial = true;
this.type = 'LineDashedMaterial';
this.scale = 1;
this.dashSize = 3;
this.gapSize = 1;
this.setValues( parameters );
}
copy( source ) {
super.copy( source );
this.scale = source.scale;
this.dashSize = source.dashSize;
this.gapSize = source.gapSize;
return this;
}
}
export { LineDashedMaterial };

Xet Storage Details

Size:
524 Bytes
·
Xet hash:
c1343319a27fc4e694cd30d89d55b919466bb7d445090638ff6bdd165250f7cc

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.