Skip to content

Commit

Permalink
Fix point cloud size
Browse files Browse the repository at this point in the history
  • Loading branch information
Son-HNguyen committed Mar 12, 2019
1 parent 40e9e0d commit 73c7c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Cesium3DTilesDataLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
var timer = null;
this._tileset.tileVisible.addEventListener(function (tile) {
if (tile._content instanceof Cesium.PointCloud3DTileContent) {
tile._content._pointSize = 3;
tile._content._pointCloud._pointSize = 3;
}
if (!(tile._content instanceof Cesium.Batched3DModel3DTileContent))
return;
Expand Down

0 comments on commit 73c7c84

Please sign in to comment.