Threepipe SVG Rendering Plugins
    Preparing search index...

    Interface ViewmapOptions

    interface ViewmapOptions {
        creaseAngle?: { max: number; min: number };
        defaultMeshColor?: ColorRepresentation;
        ignoreVisibility?: boolean;
        updateMeshes?: boolean;
    }
    Index

    Properties

    creaseAngle?: { max: number; min: number }
    defaultMeshColor?: ColorRepresentation
    ignoreVisibility?: boolean
    updateMeshes?: boolean