X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=org.simantics.proconf.g3d%2Fsrc%2Forg%2Fsimantics%2Fproconf%2Fg3d%2Fcommon%2FJmeSinglePassRenderingComponent.java;h=54da729e5b907d4bfcb3ac1efac4fedb621a504e;hb=02a43d271b07a27143a0a88764c74852f93e73ce;hp=fb9aff60b857785196d1e80514b6527ecb5d4ca1;hpb=477a3eae417fe71addfcf8f87dab41f87151a384;p=simantics%2F3d.git diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/JmeSinglePassRenderingComponent.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/JmeSinglePassRenderingComponent.java index fb9aff60..54da729e 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/JmeSinglePassRenderingComponent.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/JmeSinglePassRenderingComponent.java @@ -73,7 +73,7 @@ public class JmeSinglePassRenderingComponent extends JmeRenderingComponent { private boolean showNormals = false; private WireframeState ws = null; - private boolean projectionUpdated = false; + protected boolean projectionUpdated = false; public JmeSinglePassRenderingComponent() { @@ -313,7 +313,7 @@ public class JmeSinglePassRenderingComponent extends JmeRenderingComponent { } } - private void updateProjection() { + protected void updateProjection() { switch (projectionPolicy) { case PERSPECTIVE_PROJECTION: cam.setParallelProjection(false);