Volume thickness in scene units.
double get thickness => _thickness;
set thickness(double value) { _thickness = math.max(value, 0.0); _markMaterialDataDirty(); }