Skip to content
Snippets Groups Projects
Commit 62b6dcd8 authored by iSergio's avatar iSergio
Browse files

Fix example

parent 7cbec1e9
No related branches found
No related tags found
2 merge requests!53Pre release,!52New features
......@@ -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() {
......
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment