React Three Map - v1.0.9
    Preparing search index...
    interface GeometryValidationResult {
        isValid: boolean;
        errors: string[];
        triangleCount: number;
        nonManifoldEdgeCount: number;
    }
    Index

    Properties

    isValid: boolean
    errors: string[]
    triangleCount: number
    nonManifoldEdgeCount: number