Gregg Tavares 5 years ago
parent
commit
9c324dca13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      threejs/lessons/resources/threejs-primitives.js

+ 1 - 1
threejs/lessons/resources/threejs-primitives.js

@@ -546,7 +546,7 @@ import {threejsLessonUtils} from './threejs-lesson-utils.js';
           mesh.position.copy(centerOffset);
           root.add(mesh);
         }
- 
+
         if (info.showLines !== false) {
           const lineMesh = new THREE.LineSegments(
             geometryInfo.lineGeometry || geometryInfo.geometry,