]> gitweb.ps.run Git - cloth_sim/blobdiff - index.html
Basic Three.js Setup
[cloth_sim] / index.html
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..8dfb8eb
--- /dev/null
@@ -0,0 +1,21 @@
+<!DOCTYPE html>\r
+<html>\r
+\r
+<head>\r
+       <meta charset="utf-8">\r
+       <title>Cloth Simulation</title>\r
+       <style>\r
+               body {\r
+                       margin: 0;\r
+               }\r
+       </style>\r
+       <script src="./Scripts/three.js"></script>\r
+       <script src="./Scripts/main.js">\r
+       </script>\r
+</head>\r
+\r
+<body onload="init();">\r
+       <div id="threejscontainer"></div>\r
+</body>\r
+\r
+</html>
\ No newline at end of file