|
|
bool | enable = true |
| |
|
bool | showNormals = true |
| |
|
bool | showTangents = true |
| |
|
bool | showVertexCoord = true |
| |
|
bool | showTriangleIndex = true |
| |
|
int | startVertex = 0 |
| |
|
int | endVertex = 6 |
| |
|
int | startTriangle = 0 |
| |
|
int | endTriangle = 6 |
| |
|
float | displayLengthScale = 0.25f |
| |
|
Color | evenVertexColor = Color.cyan |
| |
|
Color | oddVertexColor = Color.green |
| |
|
Color | triangleColor = Color.magenta |
| |
|
Color | normalColor = Color.red |
| |
|
Color | tangentColor = Color.blue |
| |
Utility class that let you see normals and tangent vectors for a mesh. This is really useful when debugging mesh appearance
The documentation for this class was generated from the following file: