FMX.DAE.Model.TDAESurface
Delphi
TDAESurface = record
C++
struct DECLSPEC_DRECORD TDAESurface
{
public:
System::UnicodeString FID;
System::UnicodeString FSource;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | FMX.DAE.Model.pas FMX.DAE.Model.hpp |
FMX.DAE.Model | FMX.DAE.Model |
Description
TDAESurface defines a surface of a DAE model.
FID keeps the identifier of the current surface.
FSource keeps the name of the surface's source.
TDAEModel internally uses TDAESurface to define the effects applied over the materials used to fill the model.