소스 검색

Repair hack.

master
Pete Shadbolt 7 년 전
부모
커밋
348efb92cc
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      abp/static/scripts/editor.js
  2. +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
});


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