The following code errors on line 100 with this._drawWrapper.effect is null: Babylon.js Playground
Could someone tell me how do I cause the NoiseProceduralTexture to render so that it can be sampled please? (Its data is then hopefully transformed into another data object suitable for use with the BABYLON.MeshBuilder.CreateGround’s updateVerticesData function). Thank you.
For anyone following on from this I got the mesh modification working, as well as updating the normals, and setting a directional light so the terrain variations can be seen more easily: https://www.babylonjs-playground.com/#ZH0IX6#3