We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27b0efb + d085383 commit 8d669aeCopy full SHA for 8d669ae
packages/three-vrm-materials-mtoon/src/MToonMaterial.ts
@@ -539,6 +539,7 @@ export class MToonMaterial extends THREE.ShaderMaterial {
539
this.uniforms.uvAnimationScrollXOffset.value += delta * this.uvAnimationScrollXSpeedFactor;
540
this.uniforms.uvAnimationScrollYOffset.value += delta * this.uvAnimationScrollYSpeedFactor;
541
this.uniforms.uvAnimationRotationPhase.value += delta * this.uvAnimationRotationSpeedFactor;
542
+ this.uniforms.alphaTest.value = this.alphaTest;
543
544
this.uniformsNeedUpdate = true;
545
}
0 commit comments