public class OptimizedBvhNode extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Vector3f |
aabbMaxOrg |
Vector3f |
aabbMinOrg |
int |
escapeIndex |
int |
subPart |
int |
triangleIndex |
| Constructor and Description |
|---|
OptimizedBvhNode() |
public final Vector3f aabbMinOrg
public final Vector3f aabbMaxOrg
public int escapeIndex
public int subPart
public int triangleIndex
public void set(OptimizedBvhNode n)