Open CASCADE Technology
7.2.0
|
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... | |
Physically-based material properties (used in path tracing engine).
BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Absorption |
Absorption color/intensity.
BVH_Vec4f OpenGl_RaytraceMaterial::Physical::FresnelBase |
Fresnel coefficients of base layer.
BVH_Vec4f OpenGl_RaytraceMaterial::Physical::FresnelCoat |
Fresnel coefficients of coat layer.
BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Kc |
Weight of coat specular/glossy BRDF.
BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Kd |
Weight of base diffuse BRDF.
BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Ks |
Weight of base specular/glossy BRDF.
BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Kt |
Weight of base specular/glossy BTDF.
BVH_Vec4f OpenGl_RaytraceMaterial::Physical::Le |
Radiance emitted by the surface.