瀏覽代碼

Fix 404 to CompressedTextureLoader.js

CompressedTextureLoader is part of the main library since 6f06aa6 (r69).

Fixes PVRTC example #5807. This example is only supported on iOS.
dubejf 10 年之前
父節點
當前提交
d27c2aa3d2
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/webgl_materials_texture_pvrtc.html

+ 0 - 1
examples/webgl_materials_texture_pvrtc.html

@@ -37,7 +37,6 @@
 		</div>
 
 		<script src="../build/three.min.js"></script>
-		<script src="js/loaders/CompressedTextureLoader.js"></script>
 		<script src="js/loaders/PVRLoader.js"></script>
 
 		<script src="js/Detector.js"></script>