Load SVG on mesh as texture

Svg is not supported by default but you could draw it to a canvas with a 2d context and then use an HTMLElementTexture to wrap your canvas in a babylon textyure ?

1 Like