浏览代码

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
});


正在加载...
取消
保存