1 2 3 4 5 6 7 8 9 10
struct DiffuseGiProbe { vec3 sh[9]; //spherical harmonics vec3 position; float influence_radius; }; struct SpecularGiProbe { };