FMX.Types3D.TMeshData.Render
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 |
|---|---|
|
|
The context in which the mesh is drawn. |
|
|
The material used for drawing. |
|
|
The opacity used for drawing. |