diff --git a/packages/three-vrm-materials-mtoon/src/MToonMaterial.ts b/packages/three-vrm-materials-mtoon/src/MToonMaterial.ts index b8c002ad..3d198669 100644 --- a/packages/three-vrm-materials-mtoon/src/MToonMaterial.ts +++ b/packages/three-vrm-materials-mtoon/src/MToonMaterial.ts @@ -606,6 +606,7 @@ export class MToonMaterial extends THREE.ShaderMaterial { const useUvInVert = this.outlineWidthMultiplyTexture !== null; const useUvInFrag = this.map !== null || + this.normalMap !== null || this.emissiveMap !== null || this.shadeMultiplyTexture !== null || this.shadingShiftTexture !== null ||