@@ -3,7 +3,8 @@ var list = {
"Manual": {
"Introduction": [
[ "Creating a scene", "manual/introduction/Creating-a-scene" ],
- [ "Matrix transformations", "manual/introduction/Matrix-transformations" ]
+ [ "Matrix transformations", "manual/introduction/Matrix-transformations" ],
+ [ "Useful links", "manual/introduction/Useful-links" ]
]
},
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <base href="../../" />
+ <script src="list.js"></script>
+ <script src="page.js"></script>
+ <link type="text/css" rel="stylesheet" href="page.css" />
+ </head>
+ <body>
+ <h1>[name]</h1><br />
+
+ <div class="desc">
+ The following is a collection of links that you might find useful when learning Three.<br />
+ If you find something that you'd like to add here, or think that one of the links below is no longer
+ relevant or working, feel free to click the 'edit' button in the top right and make some changes!
+ </div>
+ </body>
+</html>