Interface LODParams

interface LODParams {
    maxLOD: number;
    minLOD: number;
}

Properties

Properties

maxLOD: number
minLOD: number