Spaces:
Running
Running
Update tooltips.js
Browse files- 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,
|
| 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 |
|