add mesh edge selection to allow creating faces
This commit is contained in:
parent
3541c76ccb
commit
4261d2eea9
8 changed files with 92 additions and 38 deletions
|
|
@ -2,4 +2,9 @@ import * as THREE from "../node_modules/three/build/three.module.js";
|
|||
import * as SVGLoader from "../node_modules/three/examples/jsm/loaders/SVGLoader.js";
|
||||
import * as BufferGeometryUtils from "../node_modules/three/examples/jsm/utils/BufferGeometryUtils.js";
|
||||
|
||||
export { THREE, SVGLoader, BufferGeometryUtils };
|
||||
import { Line2 } from '../node_modules/three/examples/jsm/lines/Line2.js';
|
||||
import { LineMaterial } from '../node_modules/three/examples/jsm/lines/LineMaterial.js';
|
||||
import { LineGeometry } from '../node_modules/three/examples/jsm/lines/LineGeometry.js';
|
||||
import { LineSegments2 } from '../node_modules/three/examples/jsm/lines/LineSegments2.js';
|
||||
|
||||
export { THREE, SVGLoader, BufferGeometryUtils, Line2, LineMaterial, LineGeometry, LineSegments2 };
|
||||
|
|
|
|||
Loading…
Reference in a new issue