Threepipe SVG Rendering Plugins
    Preparing search index...

    Interface SVGTexture

    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;
    }
    Index

    Properties

    Properties

    name: string

    Name of the texture

    url: string

    DataUrl to the image and vector graphics texture