Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface SerializableMaterial

    Material properties for Three.js rendering.

    interface SerializableMaterial {
        color: string;
        metalness: number;
        opacity: number;
        roughness: number;
        transparent: boolean;
    }
    Index

    Properties

    color: string
    metalness: number
    opacity: number
    roughness: number
    transparent: boolean