Open CASCADE Technology  7.7.0
Data Fields

OpenGl_RaytraceMaterial::Physical Struct Reference

Physically-based material properties (used in path tracing engine). More...

#include <OpenGl_SceneGeometry.hxx>

Data Fields

BVH_Vec4f Kc
 Weight of coat specular/glossy BRDF. More...
 
BVH_Vec4f Kd
 Weight of base diffuse BRDF. More...
 
BVH_Vec4f Ks
 Weight of base specular/glossy BRDF. More...
 
BVH_Vec4f Kt
 Weight of base specular/glossy BTDF. More...
 
BVH_Vec4f Le
 Radiance emitted by the surface. More...
 
BVH_Vec4f FresnelCoat
 Fresnel coefficients of coat layer. More...
 
BVH_Vec4f FresnelBase
 Fresnel coefficients of base layer. More...
 
BVH_Vec4f Absorption
 Absorption color/intensity. More...
 

Detailed Description

Physically-based material properties (used in path tracing engine).

Field Documentation

◆ Absorption

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Absorption

Absorption color/intensity.

◆ FresnelBase

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::FresnelBase

Fresnel coefficients of base layer.

◆ FresnelCoat

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::FresnelCoat

Fresnel coefficients of coat layer.

◆ Kc

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Kc

Weight of coat specular/glossy BRDF.

◆ Kd

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Kd

Weight of base diffuse BRDF.

◆ Ks

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Ks

Weight of base specular/glossy BRDF.

◆ Kt

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Kt

Weight of base specular/glossy BTDF.

◆ Le

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Le

Radiance emitted by the surface.


The documentation for this struct was generated from the following file: