Open CASCADE Technology
7.0.0
|
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... | |
Physically-based material properties (used in path tracing engine).
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.