MikaFil commited on
Commit
54f277d
·
verified ·
1 Parent(s): 3746bff

Update tooltips.js

Browse files
Files changed (1) hide show
  1. tooltips.js +2 -2
tooltips.js CHANGED
@@ -43,8 +43,8 @@ export async function initializeTooltips(options) {
43
 
44
  // Create a material for tooltip spheres
45
  const mat = new pc.StandardMaterial();
46
- mat.diffuse = new pc.Color(1, 0.8, 0);
47
- mat.specular = new pc.Color(1, 1, 1);
48
  mat.shininess = 20;
49
  mat.update();
50
 
 
43
 
44
  // Create a material for tooltip spheres
45
  const mat = new pc.StandardMaterial();
46
+ mat.diffuse = new pc.Color(1, 0.8, 0.7);
47
+ mat.specular = new pc.Color(1, 0.7, 0.2);
48
  mat.shininess = 20;
49
  mat.update();
50