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.
1 parent 931a303 commit 2457ea7Copy full SHA for 2457ea7
src/renderers/WebGLRenderer.js
@@ -1603,7 +1603,7 @@ function WebGLRenderer( parameters = {} ) {
1603
1604
needsProgramChange = true;
1605
1606
- } else if ( capabilities.isWebGL2 && materialProperties.morphTargetsCount !== morphTargetsCount ) {
+ } else if ( capabilities.morphTargetTexture === true && materialProperties.morphTargetsCount !== morphTargetsCount ) {
1607
1608
1609
0 commit comments