FMX.Types3D.TMeshVertex Fields
InheritedProtected
| nx | public | Represents the x-axis coordinate of the normal vector that is found at the location of this vertex. |
| ny | public | Represents the y-axis coordinate of the normal vector that is found at the location of this vertex. |
| nz | public | Represents the z-axis coordinate of the normal vector that is found at the location of this vertex. |
| tu | public | Represents the x-axis texture coordinate. |
| tv | public | Represents the y-axis texture coordinate. |
| x | public | Represents the x-axis coordinate of the vertex. |
| y | public | Represents the y-axis coordinate of the vertex. |
| z | public | Represents the z-axis coordinate of the vertex. |