FMX.Types3D.TMeshData.Render

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Render(const AContext: TContext3D; const AMaterial: TMaterial; const AOpacity: Single);

C++

void __fastcall Render(TContext3D* const AContext, TMaterial* const AMaterial, const float AOpacity);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TMeshData

Description

Draws the mesh in the given context.

Call Render with the parameters described below:

Value Meaning

AContext

The context in which the mesh is drawn.

AMaterial

The material used for drawing.

AOpacity

The opacity used for drawing.

See Also