Sfoglia il codice sorgente

Recover colors.

master
Pete Shadbolt 7 anni fa
parent
commit
83443b131e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      abp/static/scripts/materials.js

+ 1
- 1
abp/static/scripts/materials.js Vedi File

@@ -10,7 +10,7 @@ materials.prepare = function() {
var ballSprite = new THREE.Texture(document.getElementById("ball"));
ballSprite.needsUpdate = true;
materials.edge = new THREE.LineBasicMaterial({
color: "red",
color: "gray",
transparent: false,
linewidth: 3
});


Loading…
Annulla
Salva