viral-viewer-2 2.6.9 → 2.7.0

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.
@@ -75475,7 +75475,7 @@ function workerFunction() {
75475
75475
  }
75476
75476
  return new BufferAttribute(array, itemSize, normalized);
75477
75477
  }
75478
- function addMesh(indicates, vertices, transform = null, callback = (buffer) => { }) {
75478
+ function addMesh(indices, vertices, transform = null, callback = (buffer) => { }) {
75479
75479
  let verticePoints = [];
75480
75480
  if (transform == null) {
75481
75481
  for (let i = 0; i < indices.length; i++) {