SVGTexture allows to add a texture to a SVGMesh. Raster image (.jpeg, .png) or vector graphics (.svg) are supported.

interface SVGTexture {
    name: string;
    url: string;
}

Properties

Properties

name: string

Name of the texture

url: string

DataUrl to the image and vector graphics texture

Generated using TypeDoc