FMX.Import.TGEVertexSource.SetNormalSource

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetNormalSource(const ASource : TSingleDynArray);

C++

void __fastcall SetNormalSource(const System::DynamicArray<float> ASource);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Import.pas
FMX.Import.hpp
FMX.Import TGEVertexSource


Beschreibung

Setter-Funktion für die Eigenschaft NormalSource.

ASource gibt ein Array mit Koordinaten der Punkte an, die im Array NormalSource der TPoint3D-Werte gespeichert werden sollen. Die Länge des Arrays NormalSource ist dreimal kleiner als die Länge des Arrays ASource.

Siehe auch