Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples: Removed webxr_vr_lorenzattractor #22315

Merged
merged 1 commit into from Aug 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/manual/ar/introduction/How-to-create-VR-content.html
Expand Up @@ -62,7 +62,6 @@ <h2>الخطوات التالية</h2>
[example:webxr_vr_ballshooter WebXR / VR / ballshooter]<br />
[example:webxr_vr_cubes WebXR / VR / cubes]<br />
[example:webxr_vr_dragging WebXR / VR / dragging]<br />
[example:webxr_vr_lorenzattractor WebXR / VR / lorenzattractor]<br />
[example:webxr_vr_paint WebXR / VR / paint]<br />
[example:webxr_vr_panorama_depth WebXR / VR / panorama_depth]<br />
[example:webxr_vr_panorama WebXR / VR / panorama]<br />
Expand Down
1 change: 0 additions & 1 deletion docs/manual/en/introduction/How-to-create-VR-content.html
Expand Up @@ -67,7 +67,6 @@ <h2>Next Steps</h2>
[example:webxr_vr_ballshooter WebXR / VR / ballshooter]<br />
[example:webxr_vr_cubes WebXR / VR / cubes]<br />
[example:webxr_vr_dragging WebXR / VR / dragging]<br />
[example:webxr_vr_lorenzattractor WebXR / VR / lorenzattractor]<br />
[example:webxr_vr_paint WebXR / VR / paint]<br />
[example:webxr_vr_panorama_depth WebXR / VR / panorama_depth]<br />
[example:webxr_vr_panorama WebXR / VR / panorama]<br />
Expand Down
1 change: 0 additions & 1 deletion docs/manual/ja/introduction/How-to-create-VR-content.html
Expand Up @@ -61,7 +61,6 @@ <h2>Next Steps</h2>
[example:webxr_vr_ballshooter WebXR / VR / ballshooter]<br />
[example:webxr_vr_cubes WebXR / VR / cubes]<br />
[example:webxr_vr_dragging WebXR / VR / dragging]<br />
[example:webxr_vr_lorenzattractor WebXR / VR / lorenzattractor]<br />
[example:webxr_vr_paint WebXR / VR / paint]<br />
[example:webxr_vr_panorama_depth WebXR / VR / panorama_depth]<br />
[example:webxr_vr_panorama WebXR / VR / panorama]<br />
Expand Down
5 changes: 2 additions & 3 deletions docs/manual/ko/introduction/How-to-create-VR-content.html
Expand Up @@ -44,7 +44,7 @@ <h2>작업 순서</h2>
</code>

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

</body>

</html>
</html>
1 change: 0 additions & 1 deletion docs/manual/zh/introduction/How-to-create-VR-content.html
Expand Up @@ -67,7 +67,6 @@ <h2>接下来的步骤</h2>
[example:webxr_vr_ballshooter WebXR / VR / ballshooter]<br />
[example:webxr_vr_cubes WebXR / VR / cubes]<br />
[example:webxr_vr_dragging WebXR / VR / dragging]<br />
[example:webxr_vr_lorenzattractor WebXR / VR / lorenzattractor]<br />
[example:webxr_vr_paint WebXR / VR / paint]<br />
[example:webxr_vr_panorama_depth WebXR / VR / panorama_depth]<br />
[example:webxr_vr_panorama WebXR / VR / panorama]<br />
Expand Down
1 change: 0 additions & 1 deletion examples/files.json
Expand Up @@ -347,7 +347,6 @@
"webxr_vr_handinput_pressbutton",
"webxr_vr_haptics",
"webxr_vr_layers",
"webxr_vr_lorenzattractor",
"webxr_vr_panorama",
"webxr_vr_panorama_depth",
"webxr_vr_paint",
Expand Down
Binary file removed examples/screenshots/webxr_vr_lorenzattractor.jpg
Binary file not shown.
175 changes: 0 additions & 175 deletions examples/webxr_vr_lorenzattractor.html

This file was deleted.