Skip to content

Commit c52b2a8

Browse files
authored
Examples: Removed webxr_vr_lorenzattractor. (mrdoob#22315)
1 parent 6791f07 commit c52b2a8

File tree

8 files changed

+2
-183
lines changed

8 files changed

+2
-183
lines changed

docs/manual/ar/introduction/How-to-create-VR-content.html

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ <h2>الخطوات التالية</h2>
6262
[example:webxr_vr_ballshooter WebXR / VR / ballshooter]<br />
6363
[example:webxr_vr_cubes WebXR / VR / cubes]<br />
6464
[example:webxr_vr_dragging WebXR / VR / dragging]<br />
65-
[example:webxr_vr_lorenzattractor WebXR / VR / lorenzattractor]<br />
6665
[example:webxr_vr_paint WebXR / VR / paint]<br />
6766
[example:webxr_vr_panorama_depth WebXR / VR / panorama_depth]<br />
6867
[example:webxr_vr_panorama WebXR / VR / panorama]<br />

docs/manual/en/introduction/How-to-create-VR-content.html

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ <h2>Next Steps</h2>
6767
[example:webxr_vr_ballshooter WebXR / VR / ballshooter]<br />
6868
[example:webxr_vr_cubes WebXR / VR / cubes]<br />
6969
[example:webxr_vr_dragging WebXR / VR / dragging]<br />
70-
[example:webxr_vr_lorenzattractor WebXR / VR / lorenzattractor]<br />
7170
[example:webxr_vr_paint WebXR / VR / paint]<br />
7271
[example:webxr_vr_panorama_depth WebXR / VR / panorama_depth]<br />
7372
[example:webxr_vr_panorama WebXR / VR / panorama]<br />

docs/manual/ja/introduction/How-to-create-VR-content.html

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ <h2>Next Steps</h2>
6161
[example:webxr_vr_ballshooter WebXR / VR / ballshooter]<br />
6262
[example:webxr_vr_cubes WebXR / VR / cubes]<br />
6363
[example:webxr_vr_dragging WebXR / VR / dragging]<br />
64-
[example:webxr_vr_lorenzattractor WebXR / VR / lorenzattractor]<br />
6564
[example:webxr_vr_paint WebXR / VR / paint]<br />
6665
[example:webxr_vr_panorama_depth WebXR / VR / panorama_depth]<br />
6766
[example:webxr_vr_panorama WebXR / VR / panorama]<br />

docs/manual/ko/introduction/How-to-create-VR-content.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2>작업 순서</h2>
4444
</code>
4545

4646
<p>
47-
마지막으로, 자주 쓰이는 *window.requestAnimationFrame()* 기능을 활용할 수 없기 때문에, 애니메이션 루프를 수정해주어야 합니다.
47+
마지막으로, 자주 쓰이는 *window.requestAnimationFrame()* 기능을 활용할 수 없기 때문에, 애니메이션 루프를 수정해주어야 합니다.
4848
VR 프로젝트에서는 [page:WebGLRenderer.setAnimationLoop setAnimationLoop]를 사용합니다.
4949
가장 간소화된 코드는 다음과 같습니다:
5050
</p>
@@ -65,7 +65,6 @@ <h2>다음 절차</h2>
6565
[example:webxr_vr_ballshooter WebXR / VR / ballshooter]<br />
6666
[example:webxr_vr_cubes WebXR / VR / cubes]<br />
6767
[example:webxr_vr_dragging WebXR / VR / dragging]<br />
68-
[example:webxr_vr_lorenzattractor WebXR / VR / lorenzattractor]<br />
6968
[example:webxr_vr_paint WebXR / VR / paint]<br />
7069
[example:webxr_vr_panorama_depth WebXR / VR / panorama_depth]<br />
7170
[example:webxr_vr_panorama WebXR / VR / panorama]<br />
@@ -77,4 +76,4 @@ <h2>다음 절차</h2>
7776

7877
</body>
7978

80-
</html>
79+
</html>

docs/manual/zh/introduction/How-to-create-VR-content.html

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ <h2>接下来的步骤</h2>
6767
[example:webxr_vr_ballshooter WebXR / VR / ballshooter]<br />
6868
[example:webxr_vr_cubes WebXR / VR / cubes]<br />
6969
[example:webxr_vr_dragging WebXR / VR / dragging]<br />
70-
[example:webxr_vr_lorenzattractor WebXR / VR / lorenzattractor]<br />
7170
[example:webxr_vr_paint WebXR / VR / paint]<br />
7271
[example:webxr_vr_panorama_depth WebXR / VR / panorama_depth]<br />
7372
[example:webxr_vr_panorama WebXR / VR / panorama]<br />

examples/files.json

-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@
347347
"webxr_vr_handinput_pressbutton",
348348
"webxr_vr_haptics",
349349
"webxr_vr_layers",
350-
"webxr_vr_lorenzattractor",
351350
"webxr_vr_panorama",
352351
"webxr_vr_panorama_depth",
353352
"webxr_vr_paint",
Binary file not shown.

examples/webxr_vr_lorenzattractor.html

-175
This file was deleted.

0 commit comments

Comments
 (0)