pub fn toml_vec3(v: &Value) -> Option<[f32; 3]>
Extract [f32; 3] from a TOML array of 3+ numbers.
[f32; 3]