@mml-io/3d-web-client-core 0.0.0-experimental-bcf0b7c-20250715 → 0.0.0-experimental-4fa4c42-20250715

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.
package/build/index.js CHANGED
@@ -1384,7 +1384,7 @@ import { Color as Color5, Group as Group2, Quaternion } from "three";
1384
1384
  import {
1385
1385
  MMLCharacter,
1386
1386
  parseMMLDescription
1387
- } from "/Users/marcuslongmuir/mml/3d-web-experience/packages/3d-web-avatar/build/index.js";
1387
+ } from "@mml-io/3d-web-avatar";
1388
1388
  import {
1389
1389
  AnimationMixer,
1390
1390
  Color as Color3,
@@ -3202,7 +3202,7 @@ import { radToDeg as radToDeg2 } from "@mml-io/mml-web";
3202
3202
  import { Euler as Euler3, Group as Group4, Quaternion as Quaternion4 } from "three";
3203
3203
 
3204
3204
  // src/character/instancing/CharacterInstances.ts
3205
- import { MMLCharacter as MMLCharacter2 } from "/Users/marcuslongmuir/mml/3d-web-experience/packages/3d-web-avatar/build/index.js";
3205
+ import { MMLCharacter as MMLCharacter2 } from "@mml-io/3d-web-avatar";
3206
3206
  import {
3207
3207
  AnimationMixer as AnimationMixer2,
3208
3208
  Color as Color9,
@@ -11358,7 +11358,6 @@ var setShadowMapType = (value) => {
11358
11358
  var setToneMappingType = (value) => {
11359
11359
  monitoredValues.toneMappingType = toneMappingTypes[value];
11360
11360
  rendererValues.toneMapping = value;
11361
- console.log(rendererValues.toneMapping);
11362
11361
  };
11363
11362
  var RendererFolder = class {
11364
11363
  constructor(parentFolder, expand = false) {