소스 검색

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


불러오는 중...
취소
저장