fix: ears regressions (#7148)

* temp: fix skins issues

* fix: lint
This commit is contained in:
Calum H.
2026-08-14 16:17:32 +00:00
committed by GitHub
parent f948b5d358
commit 762d9fe4f4
7 changed files with 315 additions and 46 deletions
@@ -167,7 +167,7 @@ export function applyTexture(model: THREE.Object3D, texture: THREE.Texture): voi
const propertiesNeedUpdate = setShaderMaterialProperties(mat, {
alphaTest: 0.1,
flatShading: true,
side: THREE.FrontSide,
side: isSkinLayer ? THREE.DoubleSide : THREE.FrontSide,
toneMapped: false,
transparent: isSkinLayer,
})