瀏覽代碼

Recover colors.

master
Pete Shadbolt 7 年之前
父節點
當前提交
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
});


Loading…
取消
儲存