viral-viewer-2 3.1.7 → 3.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34180,6 +34180,7 @@ function workerFunction() {
34180
34180
  self.postMessage(jsonData);
34181
34181
  }
34182
34182
  else {
34183
+ dummyGeometry.computeVertexNormals();
34183
34184
  const edges = new EdgesGeometry(dummyGeometry, 90);
34184
34185
  const positions = edges.attributes.position.array;
34185
34186
  const indices = [];