FMX.Types3D.TVertexBuffer.Normals

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Normals[AIndex: Integer]: TPoint3D read GetNormals write SetNormals;

C++

__property System::Math::Vectors::TPoint3D Normals[int AIndex] = {read=GetNormals, write=SetNormals};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TVertexBuffer


Beschreibung

Stellt den Zugriff auf die Normalenvektor-Komponente für einen angegebenen Eckpunkt bereit.

Normals represäntiert den Normalenvektor für den in AIndex angegebenen Eckpunkt.

Siehe auch