diff --git a/packages/3d-web-client-core/src/character/CharacterMaterial.ts b/packages/3d-web-client-core/src/character/CharacterMaterial.ts index 7befcb0c..6f31b4c0 100644 --- a/packages/3d-web-client-core/src/character/CharacterMaterial.ts +++ b/packages/3d-web-client-core/src/character/CharacterMaterial.ts @@ -1,4 +1,4 @@ -import { Color, MeshPhysicalMaterial, MeshStandardMaterial, Texture, UniformsUtils } from "three"; +import { Color, MeshStandardMaterial, UniformsUtils } from "three"; import { CameraManager } from "../camera/CameraManager"; import { ease } from "../helpers/math-helpers";