Skip to content

Commit 6a066f1

Browse files
authored
Merge pull request #15174 from gogoend/dev
Docs: Zh translation for texture folder,some new pages and list.js,and corrections for some wrong characters.
2 parents 0df99a8 + b441621 commit 6a066f1

26 files changed

+417
-339
lines changed

docs/api/zh/cameras/ArrayCamera.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
<body>
1111
[page:PerspectiveCamera] &rarr;
1212

13-
<h1>阵列摄像机([name])</h1>
13+
<h1>摄像机阵列([name])</h1>
1414

1515
<p class="desc">
1616

17-
[name] 可以被用来更加高效地用一组已经预定义好的摄像机来渲染一个场景。 这对于VR场景的渲染来说,是非常重要的一个性能体现<br />
18-
一个 [name] 的实例中总是包含着一组子摄像机,应当为每一个子摄像机定义*bound*(边界)这个属性,该属性决定了由该子摄像机所渲染的视口区域的大小
17+
[name] 用于更加高效地使用一组已经预定义的摄像机来渲染一个场景。这将能够更好地提升VR场景的渲染性能<br />
18+
一个 [name] 的实例中总是包含着一组子摄像机,应当为每一个子摄像机定义*bound*(边界)这个属性,这一属性决定了由该子摄像机所渲染的视口区域的大小
1919
</p>
2020

2121
<h2>示例</h2>
2222

2323
<p>[example:webgl_camera_array camera / array ]</p>
2424

25-
<h2>构造器</h2>
25+
<h2>构造函数</h2>
2626

2727
<h3>[name]( [param:Array array] )</h3>
2828
<p>
@@ -35,7 +35,7 @@ <h2>属性</h2>
3535

3636
<h3>[property:Array cameras]</h3>
3737
<p>
38-
摄像机组
38+
摄像机数组
3939
</p>
4040

4141
<h2>方法</h2>

docs/api/zh/core/BufferAttribute.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h3>[method:BufferAttribute setXYZW]( [param:Integer index], [param:Float x], [p
191191

192192

193193

194-
<h2>资源</h2>
194+
<h2>源代码</h2>
195195

196196
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
197197
</body>

docs/api/zh/core/Clock.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h3>[method:Float getDelta]()</h3>
7878
</p>
7979

8080

81-
<h2>资源</h2>
81+
<h2>源代码</h2>
8282

8383
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
8484
</body>

docs/api/zh/core/DirectGeometry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h3>[property:null fromGeometry]( [param:Geometry geometry] )</h3>
9696
<p>传入一个需要转换的 [page:Geometry] 实例。</p>
9797

9898

99-
<h2>资源</h2>
99+
<h2>源代码</h2>
100100

101101
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
102102
</body>

docs/api/zh/core/EventDispatcher.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h3>[method:null dispatchEvent]( [param:object event] )</h3>
9393
</p>
9494

9595

96-
<h2>资源</h2>
96+
<h2>源代码</h2>
9797

9898
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
9999
</body>

docs/api/zh/core/Face3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h3>[method:Face3 copy]( [param:Face3 face3] )</h3>
123123
<p>将参数指定的 Face3 对象的数据拷贝到当前对象。</p>
124124

125125

126-
<h2>资源</h2>
126+
<h2>源代码</h2>
127127

128128
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
129129
</body>

docs/api/zh/core/Geometry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ <h3>[method:Geometry translate] ( [param:Float x], [param:Float y], [param:Float
327327
</p>
328328

329329

330-
<h2>资源</h2>
330+
<h2>源代码</h2>
331331

332332
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
333333
</body>

docs/api/zh/core/InstancedBufferAttribute.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h3>[property:Boolean isInstancedBufferAttribute]</h3>
3737
<h2>方法</h2>
3838
<p>继承方法详见 [page:BufferAttribute]。</p>
3939

40-
<h2>资源</h2>
40+
<h2>源代码</h2>
4141

4242
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
4343
</body>

docs/api/zh/core/InstancedBufferGeometry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h3>[property:Number addGroup]( start, count, materialIndex )</h3>
4343
</p>
4444

4545

46-
<h2>资源</h2>
46+
<h2>源代码</h2>
4747

4848
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
4949
</body>

docs/api/zh/core/InstancedInterleavedBuffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2>方法</h2>
4141
继承方法详见 [page:InterleavedBuffer]。
4242
</p>
4343

44-
<h2>资源</h2>
44+
<h2>源代码</h2>
4545

4646
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
4747
</body>

0 commit comments

Comments
 (0)