FMX.Types3D.TVertexBuffer.Normals

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Fournit l'accès au composant vecteur normal pour un sommet spécifié.

Normals représente le vecteur normal pour le sommet spécifié par AIndex.

Voir aussi