Renamed to meshHelper to avoid confusion with other helpers

This commit is contained in:
Paul Graffam 2016-10-07 04:38:28 -04:00
parent 3b691178b0
commit 43c3e43984
1 changed files with 1 additions and 1 deletions

View File

@ -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);