diff --git a/cesiumjs4gwt-showcase/src/main/java/org/cleanlogic/cesiumjs4gwt/showcase/examples/Tiles3DNextPhotogrammetryClassification.java b/cesiumjs4gwt-showcase/src/main/java/org/cleanlogic/cesiumjs4gwt/showcase/examples/Tiles3DNextPhotogrammetryClassification.java index d5ef0c05116ab68045312f5882669dac4438651c..fa017e8f08254f1175193e352263b4b9176337d0 100644 --- a/cesiumjs4gwt-showcase/src/main/java/org/cleanlogic/cesiumjs4gwt/showcase/examples/Tiles3DNextPhotogrammetryClassification.java +++ b/cesiumjs4gwt-showcase/src/main/java/org/cleanlogic/cesiumjs4gwt/showcase/examples/Tiles3DNextPhotogrammetryClassification.java @@ -309,6 +309,7 @@ public class Tiles3DNextPhotogrammetryClassification extends AbstractExample { tileset.customShader = unlitShader; tileset.colorBlendMode = Cesium3DTileColorBlendMode.HIGHLIGHT(); tileset.colorBlendAmount = 0.5; + tileset.featureIdLabel = 0; } private void showClassification() { diff --git a/cesiumjs4gwt-showcase/src/main/resources/org/cleanlogic/cesiumjs4gwt/public/examples/Tiles3DNextPhotogrammetryClassification.txt b/cesiumjs4gwt-showcase/src/main/resources/org/cleanlogic/cesiumjs4gwt/public/examples/Tiles3DNextPhotogrammetryClassification.txt index d5ef0c05116ab68045312f5882669dac4438651c..fa017e8f08254f1175193e352263b4b9176337d0 100644 --- a/cesiumjs4gwt-showcase/src/main/resources/org/cleanlogic/cesiumjs4gwt/public/examples/Tiles3DNextPhotogrammetryClassification.txt +++ b/cesiumjs4gwt-showcase/src/main/resources/org/cleanlogic/cesiumjs4gwt/public/examples/Tiles3DNextPhotogrammetryClassification.txt @@ -309,6 +309,7 @@ public class Tiles3DNextPhotogrammetryClassification extends AbstractExample { tileset.customShader = unlitShader; tileset.colorBlendMode = Cesium3DTileColorBlendMode.HIGHLIGHT(); tileset.colorBlendAmount = 0.5; + tileset.featureIdLabel = 0; } private void showClassification() {