test LineSegmentsGeometry w mesh edges .. todo add helper for KM
This commit is contained in:
parent
8407152aa0
commit
9731f910f9
3 changed files with 28 additions and 15 deletions
|
|
@ -6,5 +6,11 @@ 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';
|
||||
import { LineSegmentsGeometry } from '../node_modules/three/examples/jsm/lines/LineSegmentsGeometry.js';
|
||||
|
||||
export { THREE, SVGLoader, BufferGeometryUtils, Line2, LineMaterial, LineGeometry, LineSegments2 };
|
||||
export {
|
||||
THREE, SVGLoader, BufferGeometryUtils,
|
||||
LineMaterial,
|
||||
Line2, LineGeometry,
|
||||
LineSegments2, LineSegmentsGeometry
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue