Renamed to meshHelper to avoid confusion with other helpers
This commit is contained in:
parent
3b691178b0
commit
43c3e43984
|
@ -1,6 +1,6 @@
|
|||
import * as THREE from 'three';
|
||||
|
||||
export default class Helper {
|
||||
export default class MeshHelper {
|
||||
constructor(scene, mesh) {
|
||||
const wireframe = new THREE.WireframeGeometry(mesh.geometry);
|
||||
const wireLine = new THREE.LineSegments(wireframe);
|
Loading…
Reference in New Issue