0032567: Coding Rules - rename Graphic3d_TypeOfShadingModel values to include full...
[occt.git] / src / V3d / V3d_Viewer.hxx
index 898782d..2e368f8 100644 (file)
@@ -153,7 +153,7 @@ public:
   //! Gives the default visualization mode.
   void SetDefaultVisualization (const V3d_TypeOfVisualization theType) { myVisualization = theType; }
 
-  //! Returns the default type of Shading; Graphic3d_TOSM_FRAGMENT by default.
+  //! Returns the default type of Shading; Graphic3d_TypeOfShadingModel_Phong by default.
   Graphic3d_TypeOfShadingModel DefaultShadingModel() const { return myDefaultRenderingParams.ShadingModel; }
 
   //! Gives the default type of SHADING.