@souldi/try-on 0.1.84 → 0.1.85
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/dist/mannequin-chunks/{GLTFLoader-S0hpQWQS.mjs → GLTFLoader-D8TDDHUI.mjs} +1 -1
- package/dist/mannequin-chunks/{three.module-BqUhHzuP.mjs → three.module-BTc07Glh.mjs} +180 -176
- package/dist/mannequin-loader.mjs +2 -2
- package/dist/widget.mjs +1 -1
- package/dist/widget.umd.js +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnimationClip as e, Bone as t, Box3 as n, BufferAttribute as r, BufferGeometry as i, ClampToEdgeWrapping as a, Color as o, ColorManagement as s, DirectionalLight as c, FileLoader as l, Group as u, ImageBitmapLoader as d, InstancedBufferAttribute as f, InstancedMesh as p, InterleavedBuffer as m, InterleavedBufferAttribute as h, Interpolant as g, InterpolateDiscrete as _, InterpolateLinear as v, Line as ee, LineBasicMaterial as te, LineLoop as ne, LineSegments as re, LinearFilter as ie, LinearMipmapLinearFilter as ae, LinearMipmapNearestFilter as oe, LinearSRGBColorSpace as y, Loader as se, LoaderUtils as b, Material as x, MathUtils as ce, Matrix4 as S, Mesh as le, MeshBasicMaterial as C, MeshPhysicalMaterial as w, MeshStandardMaterial as ue, MirroredRepeatWrapping as de, NearestFilter as fe, NearestMipmapLinearFilter as pe, NearestMipmapNearestFilter as me, NumberKeyframeTrack as T, Object3D as E, OrthographicCamera as he, PerspectiveCamera as ge, PointLight as _e, Points as ve, PointsMaterial as ye, PropertyBinding as be, Quaternion as D, QuaternionKeyframeTrack as O, RepeatWrapping as xe, SRGBColorSpace as k, Skeleton as Se, SkinnedMesh as Ce, Sphere as we, SpotLight as Te, Texture as A, TextureLoader as Ee, Vector2 as j, Vector3 as M, VectorKeyframeTrack as N } from "./three.module-
|
|
1
|
+
import { AnimationClip as e, Bone as t, Box3 as n, BufferAttribute as r, BufferGeometry as i, ClampToEdgeWrapping as a, Color as o, ColorManagement as s, DirectionalLight as c, FileLoader as l, Group as u, ImageBitmapLoader as d, InstancedBufferAttribute as f, InstancedMesh as p, InterleavedBuffer as m, InterleavedBufferAttribute as h, Interpolant as g, InterpolateDiscrete as _, InterpolateLinear as v, Line as ee, LineBasicMaterial as te, LineLoop as ne, LineSegments as re, LinearFilter as ie, LinearMipmapLinearFilter as ae, LinearMipmapNearestFilter as oe, LinearSRGBColorSpace as y, Loader as se, LoaderUtils as b, Material as x, MathUtils as ce, Matrix4 as S, Mesh as le, MeshBasicMaterial as C, MeshPhysicalMaterial as w, MeshStandardMaterial as ue, MirroredRepeatWrapping as de, NearestFilter as fe, NearestMipmapLinearFilter as pe, NearestMipmapNearestFilter as me, NumberKeyframeTrack as T, Object3D as E, OrthographicCamera as he, PerspectiveCamera as ge, PointLight as _e, Points as ve, PointsMaterial as ye, PropertyBinding as be, Quaternion as D, QuaternionKeyframeTrack as O, RepeatWrapping as xe, SRGBColorSpace as k, Skeleton as Se, SkinnedMesh as Ce, Sphere as we, SpotLight as Te, Texture as A, TextureLoader as Ee, Vector2 as j, Vector3 as M, VectorKeyframeTrack as N } from "./three.module-BTc07Glh.mjs";
|
|
2
2
|
//#region node_modules/three/examples/jsm/utils/BufferGeometryUtils.js
|
|
3
3
|
function P(e, t) {
|
|
4
4
|
if (t === 0) return console.warn("THREE.BufferGeometryUtils.toTrianglesDrawMode(): Geometry already defined as triangles."), e;
|