FMX.DAE.Model.TDAEMesh

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDAEMesh

Delphi

TDAEMesh = class

C++

class PASCALIMPLEMENTATION TDAEMesh : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FMX.DAE.Model.pas
FMX.DAE.Model.hpp
FMX.DAE.Model FMX.DAE.Model

Description

TDAEMesh defines a mesh used to define the shape of an imported DAE model.

TDAEMesh is defined as a collection of TGEMesh.

The meshes that form the TDAEMesh can be accessed through the SubMeshes property.

Each TDAEMesh is identified through an ID.

See Also