提交 fdc08449 编写于 作者: L Lewy Blue

Added Useful Links Manual page

上级 9ab440ef
...@@ -3,7 +3,8 @@ var list = { ...@@ -3,7 +3,8 @@ var list = {
"Manual": { "Manual": {
"Introduction": [ "Introduction": [
[ "Creating a scene", "manual/introduction/Creating-a-scene" ], [ "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" ]
] ]
}, },
......
<!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>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册