Hi there,
I would like to create a ‘shadow plane’, a translucent black shape on a plane, underneath an existing mesh. that reuses the original mesh’s texture (to avoid loading another texture in my project).
The texture is in colour, with transparent background. I want to make the texture black, and then blur it.
I had thought to use the canvas.filter() method on a dynamic texture to apply contrast and blur filters but it doesnt seem to work (i know this is still an experimental feature of canvas and im not sure if its implemented in Babylon)
I noticed when searching that this question deals with a similar issue but im not sure how to implement the solution given by @sebavan , or how the original poster fixed the issue (as filter seemed to be working for them):
heres an incomplete playground, the final result should be a blurry black quarter-circle (where the logo is).
Any help much appreciated