风向(角度)转成 Vector3
风向如何转成矢量数据
//风向 winDirection
float theta=winDirection*Mathf.PI/180.0f;
float z=-cos(theta)
float x=sin(theta)
禁止转载
风向如何转成矢量数据
//风向 winDirection
float theta=winDirection*Mathf.PI/180.0f;
float z=-cos(theta)
float x=sin(theta)