Skip to content

Commit

Permalink
Merge pull request #9 from Tomas1337/colorHighlight
Browse files Browse the repository at this point in the history
less intense
  • Loading branch information
Tomas1337 authored Aug 7, 2024
2 parents fec3a12 + 2d125fc commit 140d44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/website/highlighttool.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class HighlightTool {
this.overlappingMeshes = new Map();
this.intensityMap = new Map(); // To store intensity values for each mesh
this.maxIntensity = 100; // Maximum intensity value
this.intensityIncreaseRate = 10; // How fast the intensity increases
this.intensityIncreaseRate = 7; // How fast the intensity increases
this.lastInteractionTime = null; // To track the duration of interaction
}

Expand Down

0 comments on commit 140d44a

Please sign in to comment.