Skip to content

Commit

Permalink
fix: fix random
Browse files Browse the repository at this point in the history
  • Loading branch information
YanNoun committed Aug 8, 2018
1 parent 40fd050 commit 128175c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/reconstruction.html
Expand Up @@ -772,7 +772,7 @@
var s = 1
if(id !== 0){
s = Math.sin(id) * 10000;
s - Math.floor(s);
s -= Math.floor(s);
}
var color = new THREE.Color();
color.setHex( s * 0xffffff );
Expand Down

0 comments on commit 128175c

Please sign in to comment.