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

Add readme files and screenshots to sample projects #191

Merged
merged 1 commit into from
Jul 18, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions samples/meta-body-tracking-sample/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Meta Body Tracking Sample

> Note: this project requires Godot 4.3 or later

This is a sample project demonstrating tracking features on Meta headsets. This includes body / hand tracking, which is supported on Quest 2, Quest 3, and Quest Pro;
as well as face tracking, which is only supported on Quest Pro. For more Meta-specific hand tracking features, check out the [Meta Hand Tracking Sample](https://github.com/GodotVR/godot_openxr_vendors/tree/master/samples/meta-hand-tracking-sample).

# Screenshots

![Screenshot](screenshots/meta_body_tracking_screenshot_01.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions samples/meta-composition-layers-sample/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Meta Composition Layers Sample

> Note: this project requires Godot 4.3 or later

This is a sample project demonstrating the Meta-specific composition layer features supported by the Godot OpenXR Vendors plugin.
See the [Meta Composition Layers](https://godotvr.github.io/godot_openxr_vendors/manual/meta/composition_layers.html)
tutorial doc for a detailed walkthrough on these features.

# Screenshots

![Screenshot 1](screenshots/meta_comp_layers_screenshot_01.png)
![Screenshot 2](screenshots/meta_comp_layers_screenshot_02.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions samples/meta-hand-tracking-sample/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Meta Hand Tracking Sample

> Note: this project requires Godot 4.3 or later

This is a sample project demonstrating the Meta-specific hand tracking features supported by the Godot OpenXR Vendors plugin.
See the [Meta Hand Tracking](https://godotvr.github.io/godot_openxr_vendors/manual/meta/hand_tracking.html) tutorial doc for
a detailed walkthrough of these features.

# Screenshots

![Screenshot](screenshots/meta_hand_tracking_screenshot_01.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions samples/meta-passthrough-sample/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Meta Passthrough Sample

> Note: this project requires Godot 4.3 or later

This is a sample project demonstrating the Meta-specific passthrough features supported by the Godot OpenXR Vendors plugin.
See the [Meta Passthrough](https://godotvr.github.io/godot_openxr_vendors/manual/meta/passthrough.html) tutorial doc for
a detailed walkthrough of these features.

# Screenshots

![Screenshot 1](screenshots/meta_passthrough_screenshot_01.png)
![Screenshot 2](screenshots/meta_passthrough_screenshot_02.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions samples/meta-scene-sample/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Meta Scene Sample

> Note: this project requires Godot 4.3 or later

This is a sample project demonstrating the Meta scene and spatial anchor features supported by the Godot OpenXR Vendors plugin.
See the [Meta Scene Manager](https://godotvr.github.io/godot_openxr_vendors/manual/meta/scene_manager.html)
or [Meta Spatial Anchors](https://godotvr.github.io/godot_openxr_vendors/manual/meta/spatial_anchors.html)
tutorial docs for detailed walkthroughs of these features.

# Screenshots

![Screenshot](screenshots/meta_sceen_screenshot_01.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading