struct DiffuseGiProbe { vec3 sh[9]; //spherical harmonics vec3 position; float influence_radius; }; struct SpecularGiProbe { };