浏览代码

- Show ParticleBitmapMaterial center when using three_debug.js

Mr.doob 15 年之前
父节点
当前提交
ada5ff2536
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      build/three_debug.js
  2. 1 1
      src/renderers/CanvasRenderer.js

文件差异内容过多而无法显示
+ 0 - 0
build/three_debug.js


+ 1 - 1
src/renderers/CanvasRenderer.js

@@ -139,7 +139,7 @@ THREE.CanvasRenderer = function () {
 
 						_context.restore();
 
-						/*
+						/* DEBUG
 						_context.beginPath();
 						_context.moveTo( v1x - 10, v1y );
 						_context.lineTo( v1x + 10, v1y );

部分文件因为文件数量过多而无法显示