public static class TangentBinormalGenerator.TriangleData
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
Vector3f | 
binormal  | 
int[] | 
index  | 
Vector3f | 
normal  | 
Vector3f | 
tangent  | 
int | 
triangleOffset  | 
| Constructor and Description | 
|---|
TriangleData(Vector3f tangent,
            Vector3f binormal,
            Vector3f normal)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
setIndex(int[] index)  |