Skip to content

Commit

Permalink
Examples: Fix typo in HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
linbingquan committed Feb 6, 2019
1 parent 218fbc1 commit a39f593
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/api/en/audio/Audio.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>[name]</h1>
<h2>Example</h2>

<p>
[example:webaudio_sandbox webaudio / sandbox ]</br>
[example:webaudio_sandbox webaudio / sandbox ]<br />
[example:webaudio_visualizer webaudio / visualizer ]
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/en/audio/AudioAnalyser.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>[name]</h1>
<h2>Example</h2>

<p>
[example:webaudio_sandbox webaudio / sandbox ]</br>
[example:webaudio_sandbox webaudio / sandbox ]<br />
[example:webaudio_visualizer webaudio / visualizer ]
</p>

Expand Down
8 changes: 4 additions & 4 deletions docs/api/en/audio/AudioListener.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
<h1>[name]</h1>

<p class="desc">
The [name] represents a virtual [link:https://developer.mozilla.org/de/docs/Web/API/AudioListener listener] of the all positional and non-positional audio effects in the scene.</br>
A three.js application usually creates a single instance of [name]. It is a mandatory construtor parameter for audios entities like [page:Audio Audio] and [page:PositionalAudio PositionalAudio].</br>
The [name] represents a virtual [link:https://developer.mozilla.org/de/docs/Web/API/AudioListener listener] of the all positional and non-positional audio effects in the scene.<br />
A three.js application usually creates a single instance of [name]. It is a mandatory construtor parameter for audios entities like [page:Audio Audio] and [page:PositionalAudio PositionalAudio].<br />
In most cases, the listener object is a child of the camera. So the 3D transformation of the camera represents the 3D transformation of the listener.
</p>


<h2>Example</h2>

<p>
[example:webaudio_sandbox webaudio / sandbox ]</br>
[example:webaudio_timing webaudio / timing ]</br>
[example:webaudio_sandbox webaudio / sandbox ]<br />
[example:webaudio_timing webaudio / timing ]<br />
[example:webaudio_visualizer webaudio / visualizer ]
</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/en/audio/PositionalAudio.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ <h1>[name]</h1>
<h2>Example</h2>

<p>
[example:webaudio_orientation webaudio / orientation ]</br>
[example:webaudio_sandbox webaudio / sandbox ]</br>
[example:webaudio_orientation webaudio / orientation ]<br />
[example:webaudio_sandbox webaudio / sandbox ]<br />
[example:webaudio_timing webaudio / timing ]
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/en/core/Object3D.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h3>[method:Vector3 localToWorld]( [param:Vector3 vector] )</h3>
Converts the vector from local space to world space.
</p>

<h3>[method:null lookAt]( [param:Vector3 vector] )</br>
<h3>[method:null lookAt]( [param:Vector3 vector] )<br />
[method:null lookAt]( [param:Float x], [param:Float y], [param:Float z] )</h3>
<p>
vector - A vector representing a position in world space.<br /><br />
Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/audio/Audio.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>[name]</h1>
<h2>例子</h2>

<p>
[example:webaudio_sandbox webaudio / sandbox ]</br>
[example:webaudio_sandbox webaudio / sandbox ]<br />
[example:webaudio_visualizer webaudio / visualizer ]
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/audio/AudioAnalyser.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>[name]</h1>
<h2>示例</h2>

<p>
[example:webaudio_sandbox webaudio / sandbox ]</br>
[example:webaudio_sandbox webaudio / sandbox ]<br />
[example:webaudio_visualizer webaudio / visualizer ]
</p>

Expand Down
8 changes: 4 additions & 4 deletions docs/api/zh/audio/AudioListener.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
<h1>[name]</h1>

<p class="desc">
[name] 用一个虚拟的[link:https://developer.mozilla.org/de/docs/Web/API/AudioListener listener]表示在场景中所有的位置和非位置相关的音效.</br>
一个three.js程序通常创建一个[name]. 它是音频实体构造函数的必须参数,比如 [page:Audio Audio] and [page:PositionalAudio PositionalAudio].</br>
[name] 用一个虚拟的[link:https://developer.mozilla.org/de/docs/Web/API/AudioListener listener]表示在场景中所有的位置和非位置相关的音效.<br />
一个three.js程序通常创建一个[name]. 它是音频实体构造函数的必须参数,比如 [page:Audio Audio] and [page:PositionalAudio PositionalAudio].<br />
大多数情况下, listener对象是camera的子对象. Camera的3D变换表示了listener的3D变换.
</p>


<h2>示例</h2>

<p>
[example:webaudio_sandbox webaudio / sandbox ]</br>
[example:webaudio_timing webaudio / timing ]</br>
[example:webaudio_sandbox webaudio / sandbox ]<br />
[example:webaudio_timing webaudio / timing ]<br />
[example:webaudio_visualizer webaudio / visualizer ]
</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/zh/audio/PositionalAudio.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ <h1>[name]</h1>
<h2>示例</h2>

<p>
[example:webaudio_orientation webaudio / orientation ]</br>
[example:webaudio_sandbox webaudio / sandbox ]</br>
[example:webaudio_orientation webaudio / orientation ]<br />
[example:webaudio_sandbox webaudio / sandbox ]<br />
[example:webaudio_timing webaudio / timing ]
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/core/Object3D.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ <h3>[method:Vector3 localToWorld]( [param:Vector3 vector] )</h3>
将局部空间向量转换为世界空间向量。
</p>

<h3>[method:null lookAt]( [param:Vector3 vector] )</br>
<h3>[method:null lookAt]( [param:Vector3 vector] )<br />
[method:null lookAt]( [param:Float x], [param:Float y], [param:Float z] )</h3>
<p>
vector - 一个表示世界空间中位置的向量。<br /><br />
Expand Down
2 changes: 1 addition & 1 deletion examples/software_sandbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<body>

<div id="info">
<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - software renderer</br>
<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - software renderer<br />
drag to change the point of view
</div>

Expand Down
2 changes: 1 addition & 1 deletion examples/webgl_loader_nodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<div id="container"></div>
<div id="info">
<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - Node-Based Material</br>
<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - Node-Based Material<br />
Serialized using <a href="webgl_materials_nodes.html">webgl_materials_nodes.html</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion examples/webgl_performance_nodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<script src="js/libs/stats.min.js"></script>

<div id="info">
<a href="http://threejs.org" target="_blank">three.js</a><span class="white"> - NodeMaterial Performance</span></br>
<a href="http://threejs.org" target="_blank">three.js</a><span class="white"> - NodeMaterial Performance</span><br />
<br>
<b>Node Material System</b>
<br>
Expand Down

0 comments on commit a39f593

Please sign in to comment.