enum VertexLayout
Available vertex layouts that specify what data is provided per-vertex in a mesh.
Combinations other than those provided are allowed.
Values
| Name | Value | Description |
|---|---|---|
Position |
1 |
|
Color |
2 |
|
Normal |
4 |
|
Tangent |
8 |
|
BoneWeights |
16 |
|
UV0 |
32 |
|
UV1 |
64 |
|
PC |
3 |
|
PU |
33 |
|
PCU |
35 |
|
PCN |
7 |
|
PCNU |
39 |
|
PCNT |
15 |
|
PCNTU |
47 |
|
PN |
5 |
|
PNU |
37 |
|
PNT |
13 |
|
PNTU |
45 |