HitItem
-
class
cee.mrk.
HitItem
() HitItem contains the result of a picking operation (
rayIntersect()
) on a MarkupModel.
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 MarkupModel
-
HitItem.
primitiveIndex
Type: number The index of the primitive within the Part