func (wc World) Vec3() vmath.Vec3 { return vmath.Vec3(wc) }
func (d Direction) Vec3() vmath.Vec3 { return vmath.Vec3(d) }