Class TPhysicalMaterialInfo
Unit
Declaration
type TPhysicalMaterialInfo = class(TMaterialInfo)
Description
Material information that defines parameters for physical lighting equations.
Source: src/scene/x3d/x3dnodes_utils_materials.inc (line 179).
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. Source: src/scene/x3d/x3dnodes_utils_materials.inc (line 182). | |
![]() |
procedure SetMainColor(const Value: TVector3); override; |
|
This item has no description. Source: src/scene/x3d/x3dnodes_utils_materials.inc (line 183). | |
![]() |
function GetBaseColor: TVector3; virtual; abstract; |
|
This item has no description. Source: src/scene/x3d/x3dnodes_utils_materials.inc (line 184). | |
![]() |
procedure SetBaseColor(const Value: TVector3); virtual; abstract; |
|
This item has no description. Source: src/scene/x3d/x3dnodes_utils_materials.inc (line 185). | |
![]() |
function Metallic: Single; virtual; abstract; |
|
This item has no description. Source: src/scene/x3d/x3dnodes_utils_materials.inc (line 189). | |
![]() |
function Roughness: Single; virtual; abstract; |
|
This item has no description. Source: src/scene/x3d/x3dnodes_utils_materials.inc (line 190). | |
Properties
![]() |
property BaseColor: TVector3 read GetBaseColor write SetBaseColor; |
|
The most important color of the physical material. Source: src/scene/x3d/x3dnodes_utils_materials.inc (line 188). | |
Generated by PasDoc 0.17.0.snapshot.

