Open CASCADE Technology  7.1.0.beta
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 Kd
 Weight of the diffuse BRDF. More...
 
BVH_Vec4f Kr
 Weight of the reflection BRDF. More...
 
BVH_Vec4f Kt
 Weight of the transmission BTDF. More...
 
BVH_Vec4f Ks
 Weight of the Blinn's glossy BRDF. More...
 
BVH_Vec4f Le
 Self-emitted radiance. More...
 
BVH_Vec4f Fresnel
 Fresnel coefficients. More...
 
BVH_Vec4f Absorption
 Absorption color for the transmission BSDF. More...
 

Detailed Description

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

Field Documentation

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Absorption

Absorption color for the transmission BSDF.

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Fresnel

Fresnel coefficients.

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Kd

Weight of the diffuse BRDF.

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Kr

Weight of the reflection BRDF.

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Ks

Weight of the Blinn's glossy BRDF.

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Kt

Weight of the transmission BTDF.

BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Le

Self-emitted radiance.


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