Gui: Add SoPickStyle node to make an object un-selectable if needed

This commit is contained in:
wmayer
2024-12-04 19:36:43 +01:00
committed by Yorik van Havre
parent 4c492621fc
commit 1cf2bacf1f
2 changed files with 10 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
#include <Inventor/lists/SoPickedPointList.h>
class SoPickedPointList;
class SoPickStyle;
class SoSwitch;
class SoSensor;
class SbVec2s;
@@ -116,6 +117,7 @@ protected:
SoFCBoundingBox* pcBoundingBox {nullptr};
SoSwitch* pcBoundSwitch {nullptr};
SoBaseColor* pcBoundColor {nullptr};
SoPickStyle* pickStyle {nullptr};
App::Material materialAppearance;
};