viral-viewer-2 4.4.7 → 4.4.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.
@@ -34067,7 +34067,7 @@ which can be placed in CurveUtils.
34067
34067
  let materialLoader = new MaterialLoader();
34068
34068
  for (let index = 0; index < materialJsons.length; index++) {
34069
34069
  const json = materialJsons[index];
34070
- let material = materialLoader.parseObject(json);
34070
+ let material = materialLoader.parse(json);
34071
34071
  materials.push(material);
34072
34072
  }
34073
34073
  let mainMesh = new Mesh();