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…
Отказ
Запис