Picker class used to create picking.

Picker 类用于创建拾取。

方法

  • 参数

    • ray: Ray

      The ray.

    • vertex1: Vector3

      The first vertex of the triangle.

    • vertex2: Vector3

      The second vertex of the triangle.

    • vertex3: Vector3

      The third vertex of the triangle.

    返回 number

    The distance from the ray to the triangle, or Number.NaN if there is no intersection.

    Calculates the intersection of a ray with a triangle and returns the intersection distance.

    计算射线与三角形的交点并返回交点距离。