FMX.Types3D.TMeshData Properties
InheritedProtected
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| FaceNormals | public | Returns the normal vectors for all the faces of the mesh. |
| IndexBuffer | public | The index buffer attached to this 3D mesh. |
| Normals | published | Specifies the coordinates of the normal 3D vectors at the location of the vertices. |
| Points | published | Specifies the coordinates of the 3D points that build this mesh. |
| TexCoordinates | published | Specifies the coordinates of the texture that is rendered over this mesh. |
| TriangleIndices | published | Specifies the coordinates of the triangles for a 3D triangle mesh. |
| VertexBuffer | public | Is the vertex buffer attached to this 3D mesh. |