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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user