0032143: Visualization - add option excluding transparent object from sorting
[occt.git] / src / RWGltf / RWGltf_GltfMaterialMap.cxx
index b143e5b..e541e6f 100644 (file)
@@ -516,6 +516,7 @@ void RWGltf_GltfMaterialMap::DefineMaterial (const XCAFPrs_Style& theStyle,
         break;
       }
       case Graphic3d_AlphaMode_Blend:
+      case Graphic3d_AlphaMode_MaskBlend:
       {
         myWriter->Key ("alphaMode");
         myWriter->String ("BLEND");