FMX.DAE.Model.TGEPhongMapMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGEPhongMapMode = (Emission, Ambient, Diffuse, Specular, Shininess, Reflective, Reflectivity, Transparent, Transparency);

C++

enum class DECLSPEC_DENUM TGEPhongMapMode : unsigned char { Emission, Ambient, Diffuse, Specular, Shininess, Reflective, Reflectivity, Transparent, Transparency };

Properties

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

Description

Specifies the color components for the Phong map mode.

TGEPhongMapMode constants have the following values and meanings:

Name Meaning

Emission

Self-illumination component color

Ambient

Component color when the map mode is shadowed

Diffuse

Component color when the map mode is under white light

Specular

Component color of the specular reflection

Shininess

Component color of shininess

Reflective

Component color of reflectiveness

Reflectivity

The degree of reflectivity

Transparent

Component color of transparency

Transparency

The degree of transparency

See Also