Core: Implement SoFCTransform node
In its doAction() method it only sets the model matrix if it's not the identity matrix. This improves the issue #7606
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
#include "Inventor/SoFCBackgroundGradient.h"
|
||||
#include "Inventor/SoFCBoundingBox.h"
|
||||
#include "Inventor/SoMouseWheelEvent.h"
|
||||
#include "Inventor/SoFCTransform.h"
|
||||
#include "propertyeditor/PropertyItem.h"
|
||||
#include "ArcEngine.h"
|
||||
|
||||
@@ -134,6 +135,7 @@ void Gui::SoFCDB::init()
|
||||
SoAxisCrossKit ::initClass();
|
||||
SoRegPoint ::initClass();
|
||||
SoDrawingGrid ::initClass();
|
||||
SoFCTransform ::initClass();
|
||||
SoAutoZoomTranslation ::initClass();
|
||||
MarkerBitmaps ::initClass();
|
||||
SoFCCSysDragger ::initClass();
|
||||
|
||||
Reference in New Issue
Block a user