download
raw
419 Bytes
import {
WireframeGeometry
} from 'three';
import { LineSegmentsGeometry } from '../lines/LineSegmentsGeometry.js';
class WireframeGeometry2 extends LineSegmentsGeometry {
constructor( geometry ) {
super();
this.isWireframeGeometry2 = true;
this.type = 'WireframeGeometry2';
this.fromWireframeGeometry( new WireframeGeometry( geometry ) );
// set colors, maybe
}
}
export { WireframeGeometry2 };

Xet Storage Details

Size:
419 Bytes
·
Xet hash:
d06b4c3e66e6519a631d463e0f62a81f514003065f6fcd4c35ce07a82ee37bd7

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