FMX.Objects3D.TCustomMesh

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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