Interface IntersectionLike

焦点

可以传入 THREE.Intersection 可以是 Five 的 Intersection

interface IntersectionLike {
    face?: {
        normal: Vector3;
    };
    point: Vector3;
}

Properties

Properties

face?: {
    normal: Vector3;
}

焦点面片

point: Vector3

焦点坐标