MeshHitItem

class cee.geo.MeshHitItem()

MeshHitItem contains the result of a picking operation (rayIntersect()) on a Mesh.

Constructors


Constructors

MeshHitItem.constructor()
Return type:

MeshHitItem

Properties

MeshHitItem.intersectionPoint
Type:

Vec3

The intersection point.

MeshHitItem.primitiveIndex
Type:

number

The index of the primitive that was hit.