Skip to content

Commit

Permalink
fix(PotreeDebug): fix oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
ftoromanoff committed Mar 7, 2024
1 parent c6ba5fb commit e5810d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/debug/PotreeDebug.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default {
styleUI.add({ gradient: gradiantsName[0] }, 'gradient', gradiantsName).name('gradient')
.onChange((value) => {
layer.material.gradient = layer.material.gradients[value];
setupControllerVisibily(datUi, layer.material.mode);
setupControllerVisibily(layer.debugUI, layer.material.mode);
view.notifyChange(layer, true);
});
styleUI.add(layer, 'minIntensityRange', layer.minIntensityRange, layer.maxIntensityRange - 1).name('Intensity min')
Expand Down

0 comments on commit e5810d7

Please sign in to comment.