viral-viewer-2 4.1.0 → 4.1.1

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.
@@ -34162,6 +34162,7 @@ which can be placed in CurveUtils.
34162
34162
  childMesh.add(line);
34163
34163
  childMesh.castShadow = true;
34164
34164
  childMesh.receiveShadow = true;
34165
+ childMesh.updateMatrix();
34165
34166
  let jsonData = childMesh.toJSON();
34166
34167
  self.postMessage(jsonData);
34167
34168
  }