Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
pete
/
abp
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
Repair hack.
master
Pete Shadbolt
il y a 8 ans
Parent
299efef907
révision
348efb92cc
2 fichiers modifiés
avec
2 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-0
abp/static/scripts/editor.js
+1
-1
abp/static/scripts/materials.js
+ 1
- 0
abp/static/scripts/editor.js
Voir le fichier
@@ -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
Voir le fichier
@@ -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
});
Écrire
Aperçu
Chargement…
Annuler
Enregistrer