FMX.DAE.Model.TGEEffect

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTGEEffect

Delphi

TGEEffect = class

C++

class PASCALIMPLEMENTATION TGEEffect : 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

Represents the effect applied over materials used to fill a digital asset exchange (DAE) model.

The effect is defined by the internal use of TDAESurface.

A FId identifies each TGEEffect.

Each TGEEffect contains an array (with a TGEMap for every MapMode) that specifies the color components for the Phong map mode (TGEPhongMapMode).

See Also