Gui: Add SoFCPlacementIndicatorKit node
This adds SoFCPlacementIndicatorKit - a node that can be used to show position of object to the user. It can be configured in various ways so it should be a good base for future unification of features like this across the application.
This commit is contained in:
@@ -79,6 +79,8 @@
|
||||
#include "propertyeditor/PropertyItem.h"
|
||||
#include "ArcEngine.h"
|
||||
|
||||
#include <Inventor/SoFCPlacementIndicatorKit.h>
|
||||
|
||||
|
||||
using namespace Gui;
|
||||
using namespace Gui::Inventor;
|
||||
@@ -148,6 +150,7 @@ void Gui::SoFCDB::init()
|
||||
SoMouseWheelEvent ::initClass();
|
||||
So3DAnnotation ::initClass();
|
||||
SoDelayedAnnotationsElement ::initClass();
|
||||
SoFCPlacementIndicatorKit ::initClass();
|
||||
|
||||
PropertyItem ::init();
|
||||
PropertySeparatorItem ::init();
|
||||
|
||||
Reference in New Issue
Block a user