PixiThree - v0.2.0
    Preparing search index...

    Function projectRayToMeshPlaneIntersection

    • Project a ray onto a mesh plane and return an Intersection object.

      Parameters

      • ray: Ray

        The ray to project

      • mesh: Mesh

        The mesh to project onto

      Returns Intersection<Object3D<Object3DEventMap>> | null

      An Intersection object or null if projection fails