So, I gotta ask a quick question: my scene was working fine yesterday. Today, I’m getting
at CustomMaterial../custom/customMaterial.ts.CustomMaterial.ReviewUniform (customMaterial.ts:96)
at CustomMaterial../custom/customMaterial.ts.CustomMaterial.Builder (customMaterial.ts:118)
at CustomMaterial.t.isReadyForSubMesh (babylon.js:16)
at t.render (babylon.js:16)
at t.render (babylon.js:16)
at Function.e.renderSorted (babylon.js:16)
at e.renderTransparentSorted (babylon.js:16)
at e.render (babylon.js:16)
at e.render (babylon.js:16)
at t._renderForCamera (babylon.js:16)
from chrome. I see some work on the module in git so was there a breaking change ? My script just needs to render semi transparent planes using custom material. Anyone have recent memory what might have changed ?
edit: forgot to add, error was this._newUniforms is undefined