|
@@ -615,7 +615,7 @@ export class Viewer extends ViewerBase{
|
|
|
|
|
|
this.setPointLevels()
|
|
|
|
|
|
-
|
|
|
+ this.dispatchEvent('pointDensityChanged')
|
|
|
}
|
|
|
}
|
|
|
})
|
|
@@ -631,6 +631,7 @@ export class Viewer extends ViewerBase{
|
|
|
Potree.settings.pointDensity = density
|
|
|
}
|
|
|
UserPointDensity = density
|
|
|
+ this.dispatchEvent('UserPointDensityChanged')
|
|
|
}
|
|
|
}
|
|
|
})
|