FMX.Types3D.TContext3D.DrawTriangles

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

Delphi

procedure DrawTriangles(const Vertices: TVertexBuffer; const Indices: TIndexBuffer;  const Material: TMaterial; const Opacity: Single);

C++

void __fastcall DrawTriangles(TVertexBuffer* const Vertices, TIndexBuffer* const Indices, TMaterial* const Material, const float Opacity);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D


説明

パラメータによって指定される三角形を描画します。

DrawTriangles は、次のパラメータを取ります:

パラメータ 意味

Vertices

頂点データへのポインタ。

Indices

インデックス データへのポインタ。.

Material

描画に使用されるマテリアル

Opacity

描画で使用される不透明度。

関連項目