Initial project import
This commit is contained in:
14
node_modules/three-stdlib/lines/WireframeGeometry2.js
generated
vendored
Normal file
14
node_modules/three-stdlib/lines/WireframeGeometry2.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { WireframeGeometry } from "three";
|
||||
import { LineSegmentsGeometry } from "./LineSegmentsGeometry.js";
|
||||
class WireframeGeometry2 extends LineSegmentsGeometry {
|
||||
constructor(geometry) {
|
||||
super();
|
||||
this.isWireframeGeometry2 = true;
|
||||
this.type = "WireframeGeometry2";
|
||||
this.fromWireframeGeometry(new WireframeGeometry(geometry));
|
||||
}
|
||||
}
|
||||
export {
|
||||
WireframeGeometry2
|
||||
};
|
||||
//# sourceMappingURL=WireframeGeometry2.js.map
|
||||
Reference in New Issue
Block a user