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:
wmayer
2024-11-11 23:22:49 +01:00
committed by wwmayer
parent 6f80773166
commit 8b70bf5cb1
5 changed files with 151 additions and 1 deletions

View File

@@ -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();