Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
pete
/
abp
Следить
1
В избранное
1
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
Repair hack.
master
Pete Shadbolt
8 лет назад
Родитель
299efef907
Сommit
348efb92cc
2 измененных файлов
:
2 добавлений
и
1 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+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
});
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить