Explorar el Código

change encoding of webgl_marching_cubes.html to UTF8 so that it loads as an interactive page rather than as plain text.

Ben Houston hace 13 años
padre
commit
5edec35960
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_marching_cubes.html

+ 1 - 1
examples/webgl_marching_cubes.html

@@ -1,4 +1,4 @@
-<!DOCTYPE HTML>
+<!DOCTYPE html>
 <html lang="en">
 <head>
 	<title>three.js webgl - marching cubes</title>

粤ICP备19079148号