FMX.Types3D.TVertexBuffer.Normals

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TVertexBuffer


説明

指定された頂点に対する法線ベクター コンポーネントへのアクセスを提供します。

Normals は、AIndex で指定された頂点の法線ベクターを表します。

関連項目