FMX.Import.TGEVertexSource.SetNormalSource
Delphi
procedure SetNormalSource(const ASource : TSingleDynArray);
C++
void __fastcall SetNormalSource(const System::DynamicArray<float> ASource);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Import.pas FMX.Import.hpp |
FMX.Import | TGEVertexSource |
Description
Setter function for the NormalSource property.
ASource specifies an array of coordinates of the points to be memorized in the NormalSource array of TPoint3D values. The length of the NormalSource array is three times smaller than the length of the ASource array.