disabled constant
LODConfig
const disabled
Disabled LOD configuration - always shows full detail.
Use this to effectively disable the LOD system while keeping the infrastructure in place.
Implementation
static const LODConfig disabled = LODConfig(
minThreshold: 0.0,
midThreshold: 0.0,
);