Browse Source

Update Creating-a-scene.html

gogoend 6 years ago
parent
commit
f4b4bed495
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/manual/zh/introduction/Creating-a-scene.html

+ 1 - 1
docs/manual/zh/introduction/Creating-a-scene.html

@@ -8,7 +8,7 @@
 		<link type="text/css" rel="stylesheet" href="page.css" />
 	</head>
 	<body>
-		<h1>[name]</h1><br />
+		<h1>创建一个场景([name]</h1><br />
 
 		<p>这一部分的目标是对three.js来做一个简要的介绍。我们将建立一个包含有旋转立方体的场景来开始这一部分。为了防止你遇到麻烦或者需要帮助,一个已经完成的例子在可以在页面下方找到。</p>