Class MPSTriangleIntersectionTestType


  • public final class MPSTriangleIntersectionTestType
    extends java.lang.Object
    Options for the MPSRayIntersector triangle intersection test type property
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Default
      Use the default ray/triangle intersection test
      static long Watertight
      Use a watertight ray/triangle intersection test which avoids gaps along shared triangle edges.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Default

        public static final long Default
        Use the default ray/triangle intersection test
        See Also:
        Constant Field Values
      • Watertight

        public static final long Watertight
        Use a watertight ray/triangle intersection test which avoids gaps along shared triangle edges. Shared vertices may still have gaps. This intersection test may be slower than MPSTriangleIntersectionTestTypeDefault.
        See Also:
        Constant Field Values