X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.proconf.g3d%2Fsrc%2Forg%2Fsimantics%2Fproconf%2Fg3d%2Fbase%2FAppearanceTools.java;h=6a1a9307e2d67ccdda7e6ce2ede26c897c2c285f;hb=1a25726897311e0277de2476c40bf2ae7c93ed86;hp=5cc4304bc58bb4feb7ff206601f25d2f322943b2;hpb=ef97fbd29eb1b561ef7fa5a3bf581618abfaa2b2;p=simantics%2F3d.git diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceTools.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceTools.java index 5cc4304b..6a1a9307 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceTools.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceTools.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -21,14 +21,13 @@ import org.simantics.layer0.utils.StubLinkedList; import org.simantics.proconf.g3d.Resources; import org.simantics.proconf.g3d.stubs.Appearance; import org.simantics.proconf.g3d.stubs.Color; -import org.simantics.proconf.g3d.stubs.G3DResource; import org.simantics.proconf.g3d.stubs.ImageTexture; import org.simantics.proconf.g3d.stubs.Material; import org.simantics.proconf.g3d.stubs.MultiTexture; import org.simantics.proconf.g3d.stubs.MultiTextureMode; import org.simantics.proconf.g3d.stubs.Shader; import org.simantics.proconf.g3d.stubs.Texture; -import org.simantics.utils.ErrorLogger; +import org.simantics.utils.ui.ErrorLogger; import com.jme.image.Image; import com.jme.renderer.ColorRGBA;