SPS does not like CustomProceduralTextures?

https://playground.babylonjs.com/#02G3GK#2 SPS is created on line 196

https://playground.babylonjs.com/#02G3GK#3 <- is what it should look like (ish)

Is this an issue with me using a CustomProceduralTextures? I thought maybe I had to bind the texture or something to the system but after reading some it seems like it should just work.

Try applying material to the mesh returning from SPS.buildMesh() :thinking:

tried that

https://playground.babylonjs.com/#02G3GK#17
line#199

weird… I wonder why that did not work for me… ehhh moving on! thank you.