shDegree property

int get shDegree

The spherical-harmonic degree evaluated per splat, clamped to what the set carries.

Implementation

int get shDegree => _geometry.shDegree;
set shDegree (int value)

Implementation

set shDegree(int value) => _geometry.shDegree = value;