This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
pete
/
abp
Прати
1
Волим
1
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Repair hack.
master
Pete Shadbolt
пре 8 година
родитељ
299efef907
комит
348efb92cc
2 измењених фајлова
са
2 додато
и
1 уклоњено
Подељен поглед
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
Прегледај датотеку
@@ -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
Прегледај датотеку
@@ -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…
Откажи
Сачувај