ソースを参照

Recover colors.

master
コミット
83443b131e
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      abp/static/scripts/materials.js

+ 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: "red",
color: "gray",
transparent: false,
linewidth: 3
});


読み込み中…
キャンセル
保存