download
raw
433 Bytes
import { LineSegments2 } from '../lines/LineSegments2.js';
import { LineGeometry } from '../lines/LineGeometry.js';
import { LineMaterial } from '../lines/LineMaterial.js';
class Line2 extends LineSegments2 {
constructor( geometry = new LineGeometry(), material = new LineMaterial( { color: Math.random() * 0xffffff } ) ) {
super( geometry, material );
this.isLine2 = true;
this.type = 'Line2';
}
}
export { Line2 };

Xet Storage Details

Size:
433 Bytes
·
Xet hash:
6c2212d7442417278e2983f4cd569dccca27830d43943ffa7777d979f0cae72f

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