FMX.ASE.Model.TAseMaterial

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Import.TGEMaterialSystem.TObjectTAseMaterial

Delphi

TAseMaterial = class(TGEMaterial)

C++

class PASCALIMPLEMENTATION TAseMaterial : public Fmx::Import::TGEMaterial

Properties

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

Description

TAseMaterial defines the material of a 3D object mesh.

An ASE material can be standard and contain no sub-material, or it can contain a collection of sub-materials, accessible through the SubMaterials property.

See Also