Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HitItem

HitItem contains the result of a picking operation (rayIntersect()) on a GeometryModel.

Hierarchy

  • HitItem

Index

Properties

intersectionPoint

intersectionPoint: Vec3

The 3d point (in world coordinates) of the intersection between the ray and the primitive that was hit

partIndex

partIndex: number

The index of the part within the GeometryModel

primitiveIndex

primitiveIndex: number

The index of the primitive within the part's Mesh

Generated using TypeDoc