Interface RayPickResult

Ray picking results returned by rayPick.

See @xeokit/sdk/pick for usage.

interface RayPickResult {
    sceneObjectHits: SceneObjectHit[];
}

Properties

Properties

sceneObjectHits: SceneObjectHit[]

Represents the SceneObjects that were picked by the ray, along with the elements within them that intersect with the ray, and the intersection coordinates on those elements.