Version: 
PiXYZ Plugin for Unity
Scripting API Documentation
LODSettings

Public Attributes

LODQuality quality
 
double threshold
 

Detailed Description

Member Data Documentation

◆ quality

LODQuality quality

The quality for that LOD.

◆ threshold

double threshold

The threshold [0 to 1] at which this LOD ends.

For example : A threshold of 0 means that this LOD will be visible between (previousLOD.threshold * 100)% and 0% visibility. A threshold of 0.3 means that this LOD will be visible between (previousLOD.threshold * 100)% and 30% visibility.