Explorar el Código

Examples: Removed unused import in webgl_depth_texture

Mugen87 hace 6 años
padre
commit
d1068c8d77
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      examples/webgl_depth_texture.html

+ 0 - 1
examples/webgl_depth_texture.html

@@ -93,7 +93,6 @@
 		</div>
 
 		<script src="../build/three.js"></script>
-		<script src="js/shaders/SSAOShader.js"></script>
 		<script src="js/controls/OrbitControls.js"></script>
 		<script src="js/libs/stats.min.js"></script>