Module: Graphene::RayIntersectionKind

Defined in:
(unknown)

Constant Summary collapse

NONE =

No intersection

0 or :none
ENTER =

The ray is entering the intersected object

1 or :enter
LEAVE =

The ray is leaving the intersected object

2 or :leave