FMX.DAE.Model.TDAEModel

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Import.TCustomModelSystem.TObjectTDAEModel

Delphi

TDAEModel = class(TCustomModel)

C++

class PASCALIMPLEMENTATION TDAEModel : public Fmx::Import::TCustomModel

Properties

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

Description

Represents a Collada 3D model.

Using this class you can:

  • Load a model from a .dae file.
  • Manage the materials, the meshes, and the scenes of the model.

See Also