public final class MPSTriangleIntersectionTestType
extends java.lang.Object
| Modifier and Type | Field and 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.
|
public static final long Default
public static final long Watertight