1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

0032366: Visualization, SelectMgr_ViewerSelector3d::ToPixMap() - add option dumping surface normals

- extended functionality to dump surface normals
- added new option to vseldump command
- added tests
This commit is contained in:
mkrylova
2021-05-14 12:58:43 +03:00
committed by bugmaster
parent d16ecfe28e
commit 114e7a9022
8 changed files with 139 additions and 2 deletions

View File

@@ -24,7 +24,8 @@ enum StdSelect_TypeOfSelectionImage
StdSelect_TypeOfSelectionImage_ColoredDetectedObject, //!< color of detected object
StdSelect_TypeOfSelectionImage_ColoredEntity, //!< random color for each entity
StdSelect_TypeOfSelectionImage_ColoredOwner, //!< random color for each owner
StdSelect_TypeOfSelectionImage_ColoredSelectionMode //!< color of selection mode
StdSelect_TypeOfSelectionImage_ColoredSelectionMode, //!< color of selection mode
StdSelect_TypeOfSelectionImage_SurfaceNormal //!< normal direction values
};
#endif