FMX.ASE.Model.TAseMesh
Delphi
TAseMesh = record
C++
struct DECLSPEC_DRECORD TAseMesh
{
private:
typedef System::DynamicArray<Fmx::Import::TGEMesh*> _TAseMesh__1;
public:
Fmx::Import::TGEVertexSource* FVertexSource;
Fmx::Import::TGETriangleMeshID FTriangleMesh;
#ifndef _WIN64
System::DynamicArray<int> FFaceMaterials;
#else /* _WIN64 */
System::TArray__1<int> FFaceMaterials;
#endif /* _WIN64 */
_TAseMesh__1 FSubMeshes;
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | FMX.ASE.Model.pas FMX.ASE.Model.hpp |
FMX.ASE.Model | FMX.ASE.Model |
Description
TAseMesh defines a mesh used to describe the shape of an imported ASE model.
Parameter | Meaning |
---|---|
|
The list of vertices and their properties. |
|
The array of triangles that compose the mesh. |
|
The indexes of materials for each face of the mesh. |
|
The submeshes of the current mesh. |