X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.g2d%2Fsrc%2Forg%2Fsimantics%2Fg2d%2Fscenegraph%2FSceneGraphConstants.java;h=2c082353e8074b4e4132e1ac2e742da28139ec3a;hp=6d975b1000b4830c540243d7d4b41102f508ab44;hb=refs%2Fchanges%2F64%2F1964%2F9;hpb=b75a6bbcc34a3e88f94d04d0389ed0d2e37b6511 diff --git a/bundles/org.simantics.g2d/src/org/simantics/g2d/scenegraph/SceneGraphConstants.java b/bundles/org.simantics.g2d/src/org/simantics/g2d/scenegraph/SceneGraphConstants.java index 6d975b100..2c082353e 100644 --- a/bundles/org.simantics.g2d/src/org/simantics/g2d/scenegraph/SceneGraphConstants.java +++ b/bundles/org.simantics.g2d/src/org/simantics/g2d/scenegraph/SceneGraphConstants.java @@ -42,4 +42,8 @@ public final class SceneGraphConstants { public static final String[] SELECTIONS_NODE_PATH = { DATA_NODE_NAME, SELECTIONS_NODE_NAME }; + public static final String SPATIAL_ROOT_NODE_NAME = "spatialRoot"; + + public static final String SPATIAL_ROOT_NODE_ID = SPATIAL_ROOT_NODE_NAME; + }