Schnittstelle RayIntersectionKind


public interface RayIntersectionKind
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The ray is entering the intersected
    object
    static final int
    The ray is leaving the intersected
    object
    static final int
    No intersection
  • Felddetails

    • NONE

      static final int NONE
      No intersection
      Siehe auch:
    • ENTER

      static final int ENTER
      The ray is entering the intersected
      object
      Siehe auch:
    • LEAVE

      static final int LEAVE
      The ray is leaving the intersected
      object
      Siehe auch: