소스 검색

Clean up.

Mr.doob 10 년 전
부모
커밋
95bfc2a5fa
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/Three.js

+ 0 - 6
src/Three.js

@@ -331,12 +331,6 @@ THREE.RGBM7Encoding = 3004;
 THREE.RGBM16Encoding = 3005;
 THREE.RGBDEncoding = 3006; // MaxRange is 256.
 
-// Depth format
-
-THREE.AutoDepthFormat = 3100;  // switches based on camera type, uses gl_FragCoord.z
-THREE.LinearClipZDepthFormat = 3101;	// used by orthographic cameras
-THREE.InvClipZDepthFormat = 3102;  // used by perspective cameras
-
 // Depth packing strategies
 
 THREE.LinearDepthPacking = 3200;  // for writing to float textures for high precision or for visualizing results in RGB buffers

粤ICP备19079148号