mat3 lookAt(vec3 origin, vec3 target, float roll). Creates a mat3 matrix you can use to transform coordinates to look towards a given point, where: origin is ...
確定! 回上一頁