FMX.ASE.Model.TAseModel

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Import.TCustomModelSystem.TObjectTAseModel

Delphi

TAseModel = class(TCustomModel)

C++

class PASCALIMPLEMENTATION TAseModel : public Fmx::Import::TCustomModel

Properties

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

Description

Represents an ASE (ASCII Scene Export) 3D model.

Using this class you can:

  • Load a model from an .ase file.
  • Manage the materials and the meshes of the model.

See Also