FMX.Types3D.TVertexBuffer.NormalsPtr

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

Delphi

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

C++

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

プロパティ

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


説明

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

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

関連項目