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