kDiffuseShSidecarByteLength top-level constant Lighting and environment

int const kDiffuseShSidecarByteLength

Bytes of a diffuse spherical-harmonic sidecar: 9 RGB coefficients of 32-bit float.

Implementation

const int kDiffuseShSidecarByteLength = kDiffuseShCoefficientCount * 3 * 4;