FMX.Objects3D.TCustomMesh

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Objects3D.TShape3DFMX.Controls3D.TControl3DFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomMesh

Delphi

TCustomMesh = class(TShape3D)

C++

class PASCALIMPLEMENTATION TCustomMesh : public TShape3D

Properties

Type Visibility Source Unit Parent
class public
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D FMX.Objects3D

Description

Note: The rendering system has changed. In order to ensure backwards compatibility, use Original as the wrap mode of your mesh.

Represents a 3D wireframe (mesh) for generic use.

The TCustomMesh class implements a 3D wireframe that can be used as the base skeleton for any other 3D shape. TCustomMesh is the base class for all non-extruded 3D shapes such as:

See Also