FMX.Import.TGEVertexSource.AddNormalSource

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function AddNormalSource(const ASource : TSingleDynArray): Integer;

C++

int __fastcall AddNormalSource(const System::DynamicArray<float> ASource);

Eigenschaften

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


Beschreibung

Fügt der Quelle eine neue Eckpunktnormale hinzu.

Der Parameter ASource gibt die Koordinaten des Punktes an, der der Quelle hinzugefügt werden soll.

Der Punkt wird dem Array NormalSource hinzugefügt.

AddNormalSource gibt einen Integerwert zurück, der die Position der hinzugefügten Normale im Array NormalSource repräsentiert.

Siehe auch