ThreePresenter API Documentation - v0.1.2
    Preparing search index...

    Interface MaterialProperties

    Material properties that can be applied to loaded models

    interface MaterialProperties {
        color?: number;
        flatShading?: boolean;
        metalness?: number;
        roughness?: number;
    }
    Index

    Properties

    color?: number
    flatShading?: boolean
    metalness?: number
    roughness?: number