0032218: Visualization - move V3d_View::ShadingModel() property to Graphic3d_Renderin...
[occt.git] / src / Graphic3d / Graphic3d_RenderingParams.cxx
index dbf05ea..57a9413 100644 (file)
@@ -24,6 +24,7 @@
 void Graphic3d_RenderingParams::DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth) const
 {
   OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, Method)
+  OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, ShadingModel)
   OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, TransparencyMethod)
   OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, LineFeather)