Commit 55dacbd4 authored by Sven Schneider's avatar Sven Schneider
Browse files

referenced new data set HFT point cloud - large version

parent 24886bc0
Pipeline #5714 passed with stages
in 36 seconds
......@@ -178,14 +178,14 @@ hftLargePC.style = new Cesium.Cesium3DTileStyle({
var hftInnehofRGB_PC = viewer.scene.primitives.add(
new Cesium.Cesium3DTileset({
url: Cesium.IonResource.fromAssetId(656854),
url: Cesium.IonResource.fromAssetId(712217), //656854 small point cloud
})
);
hftInnehofRGB_PC.style = new Cesium.Cesium3DTileStyle({
// color: "color('blue',0.3)",
// color: "color('red')" ,
pointSize: 3
pointSize: 2
});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment