pub fn toml_to_vec3(v: &Value) -> Option<Vec3>
Extract a Vec3 from a TOML value that is either an array [x, y, z] or a table { x = .., y = .., z = .. }.
Vec3
[x, y, z]
{ x = .., y = .., z = .. }