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 a5d8232 commit ba1655cCopy full SHA for ba1655c
src/loaders/MaterialLoader.js
@@ -203,6 +203,7 @@ class MaterialLoader extends Loader {
203
if ( json.alphaToCoverage !== undefined ) material.alphaToCoverage = json.alphaToCoverage;
204
if ( json.premultipliedAlpha !== undefined ) material.premultipliedAlpha = json.premultipliedAlpha;
205
if ( json.forceSinglePass !== undefined ) material.forceSinglePass = json.forceSinglePass;
206
+ if ( json.allowOverride !== undefined ) material.allowOverride = json.allowOverride;
207
208
if ( json.visible !== undefined ) material.visible = json.visible;
209
0 commit comments