FMX.Types3D.TVertexBuffer.NormalsPtr

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property NormalsPtr[AIndex: Integer]: PPoint3D read GetNormalsPtr;

C++

__property System::Math::Vectors::PPoint3D NormalsPtr[int AIndex] = {read=GetNormalsPtr};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TVertexBuffer


Description

Renvoie un pointeur sur le composant vecteur normal pour un sommet spécifié.

NormalsPtr représente un pointeur sur le vecteur normal pour le sommet spécifié par AIndex.

Voir aussi