このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
pete
/
abp
ウォッチ
1
スター
1
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Repair hack.
master
Pete Shadbolt
8年前
親
299efef907
コミット
348efb92cc
2個のファイルの変更
、
2行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
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
});
書き込み
プレビュー
読み込み中…
キャンセル
保存