Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
pete
/
abp
Tarkkaile
1
Äänestä
1
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
Repair hack.
master
Pete Shadbolt
8 vuotta sitten
vanhempi
299efef907
commit
348efb92cc
2 muutettua tiedostoa
jossa
2 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
abp/static/scripts/editor.js
+1
-1
abp/static/scripts/materials.js
+ 1
- 0
abp/static/scripts/editor.js
Näytä tiedosto
@@ -127,6 +127,7 @@ editor.makeGrid = function() {
editor.grid.renderOrder = 1000;
editor.setOrientation(0);
gui.scene.add(editor.grid);
gui.scene.children[0].renderOrder = -3000;
};
editor.update = function() {};
+ 1
- 1
abp/static/scripts/materials.js
Näytä tiedosto
@@ -10,7 +10,7 @@ materials.prepare = function() {
var ballSprite = new THREE.Texture(document.getElementById("ball"));
ballSprite.needsUpdate = true;
materials.edge = new THREE.LineBasicMaterial({
color: "
gray
",
color: "
red
",
transparent: false,
linewidth: 3
});
Write
Preview
Loading…
Peruuta
Tallenna