Strata - v1.4.10
    Preparing search index...

    Interface DissolveMaterialOptions

    interface DissolveMaterialOptions {
        color?: ColorRepresentation;
        edgeColor?: ColorRepresentation;
        edgeWidth?: number;
        noiseScale?: number;
        progress?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color?: ColorRepresentation
    edgeColor?: ColorRepresentation
    edgeWidth?: number
    noiseScale?: number
    progress?: number