1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +03:00

Added getters for Graphic3d_Fresnel's data

(cherry picked from commit cccf89f361)
This commit is contained in:
omy
2015-08-21 15:07:41 +03:00
committed by isk
parent 814cf30767
commit ad31e7f289

View File

@@ -82,6 +82,10 @@ public:
&& myFresnelData == theOther.myFresnelData;
}
Graphic3d_FresnelModel GetFresnelModel() const { return myFresnelType; }
Graphic3d_Vec3 GetFresnelData() const { return myFresnelData; }
protected:
//! Creates new Fresnel reflectance factor.