Class TPhysicalMaterialInfo
Unit
Declaration
type TPhysicalMaterialInfo = class(TMaterialInfo)
Description
Material information that defines parameters for physical lighting equations.
Hierarchy
- TObject
- TMaterialInfo
- TPhysicalMaterialInfo
Overview
Methods
![]() |
function GetMainColor: TVector3; override; |
![]() |
procedure SetMainColor(const Value: TVector3); override; |
![]() |
function GetBaseColor: TVector3; virtual; abstract; |
![]() |
procedure SetBaseColor(const Value: TVector3); virtual; abstract; |
![]() |
function Metallic: Single; virtual; abstract; |
![]() |
function Roughness: Single; virtual; abstract; |
Properties
![]() |
property BaseColor: TVector3 read GetBaseColor write SetBaseColor; |
Description
Methods
![]() |
function GetMainColor: TVector3; override; |
|
Main color of PBR material is BaseColor. | |
![]() |
procedure SetMainColor(const Value: TVector3); override; |
|
This item has no description. | |
![]() |
function GetBaseColor: TVector3; virtual; abstract; |
|
This item has no description. | |
![]() |
procedure SetBaseColor(const Value: TVector3); virtual; abstract; |
|
This item has no description. | |
![]() |
function Metallic: Single; virtual; abstract; |
|
This item has no description. | |
![]() |
function Roughness: Single; virtual; abstract; |
|
This item has no description. | |
Properties
![]() |
property BaseColor: TVector3 read GetBaseColor write SetBaseColor; |
|
The most important color of the physical material. | |
Generated by PasDoc 0.16.0-snapshot.

