public class Tiles3DInspector extends AbstractExample {
@Inject
public Tiles3DInspector(ShowcaseExampleStore store) {
super("3D Tiles Inspector", "Use the 3D Tiles inspector as a debugging tool for different tilesets.", new String[]{"Showcase", "Cesium", "3D Tiles"}, store);
super("3D Tiles Inspector", "Use the 3D Tiles inspector as a debugging tool for different tilesets.",
new String[]{"Showcase", "Cesium", "3D Tiles"}, store);
}
@Override
@@ -29,16 +49,17 @@ public class Tiles3DInspector extends AbstractExample {