FMX.Objects3D.TModel3D

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Objects3D.TDummyFMX.Controls3D.TControl3DFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTModel3D

Delphi

TModel3D = class(TDummy)

C++

class PASCALIMPLEMENTATION TModel3D : public TDummy

Properties

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

Description

Represents a generic 3D model consisting of a collection of meshes.

Use TModel3D to import a defined 3D model into a 3D view port. To load a 3D model, use the MeshCollection property.

TModel3D encapsulates properties and methods that allow for the geometric manipulation of the loaded model.

The supported 3D formats are .dae, .obj and .ase.

See Also