Преглед на файлове

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>