Browse Source

Translate the title of "How to use post-processing" into Zh.

gogoend 6 years ago
parent
commit
e9142ecaa3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/list.js
  2. 1 1
      docs/manual/zh/introduction/How-to-use-post-processing.html

+ 1 - 1
docs/list.js

@@ -458,7 +458,7 @@ var list = {
 				"如何更新场景": "manual/zh/introduction/How-to-update-things",
 				"如何更新场景": "manual/zh/introduction/How-to-update-things",
 				"如何废置对象": "manual/zh/introduction/How-to-dispose-of-objects",
 				"如何废置对象": "manual/zh/introduction/How-to-dispose-of-objects",
 				"如何创建VR内容": "manual/zh/introduction/How-to-create-VR-content",
 				"如何创建VR内容": "manual/zh/introduction/How-to-create-VR-content",
-				"How to use post-processing": "manual/zh/introduction/How-to-use-post-processing",
+				"如何使用后期处理": "manual/zh/introduction/How-to-use-post-processing",
 				"矩阵变换": "manual/zh/introduction/Matrix-transformations",
 				"矩阵变换": "manual/zh/introduction/Matrix-transformations",
 				"动画系统": "manual/zh/introduction/Animation-system"
 				"动画系统": "manual/zh/introduction/Animation-system"
 			},
 			},

+ 1 - 1
docs/manual/zh/introduction/How-to-use-post-processing.html

@@ -8,7 +8,7 @@
 		<link type="text/css" rel="stylesheet" href="page.css" />
 		<link type="text/css" rel="stylesheet" href="page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
-		<h1>How to use post-processing</h1>
+		<h1>如何使用后期处理(How to use post-processing</h1>
 
 
 		<p>
 		<p>
 			Many three.js applications render their 3D objects directly to the screen. Sometimes, however, you want to apply one or more graphical
 			Many three.js applications render their 3D objects directly to the screen. Sometimes, however, you want to apply one or more graphical