HitItem
-
class
cee.geo.
HitItem
() HitItem contains the result of a picking operation (
rayIntersect()
) on a GeometryModel.
Properties
Properties
-
HitItem.
intersectionPoint
Type: Vec3 The 3d point (in world coordinates) of the intersection between the ray and the primitive that was hit
-
HitItem.
partIndex
Type: number The index of the part within the GeometryModel
-
HitItem.
primitiveIndex
Type: number The index of the primitive within the part’s Mesh