public static class Intersector.SplitTriangle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float[] |
back |
float[] |
front |
int |
numBack |
int |
numFront |
int |
total |
Constructor and Description |
---|
Intersector.SplitTriangle(int numAttributes)
Creates a new instance, assuming numAttributes attributes per triangle vertex.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public float[] front
public float[] back
public int numFront
public int numBack
public int total