pub fn functional_envmap<F>(resolution: usize, f: F) -> Result<Array4<f32>>where F: FnMut(Vector3<f32>) -> Vector3<f32>,
Functional light source models (Rust) Construct envmap with a given function
resolution
f