You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,25 @@ Note: Auto-update is enabled by default.
35
35
Note: Default repository for app icons and names is [https://github.com/tverona1/QuestAppLauncher_assets]. This can be configured in config.json (see below).
36
36
37
37
### Custom 3D Backgrounds
38
-
Custom 3D background images are supported. Both 360 degree (equirectangular) and 6-side (cubemap) images are supported. This is automatically detected based on aspect ratio (with cubemap having 4:3 aspect ratio).
38
+
Custom 3D background images are supported. Both equirectangular (360 degree) and cubemap (6-side) images are supported. This is automatically detected based on aspect ratio (with cubemap having a 6:1 aspect ratio).
39
39
40
40
To set up custom 3D backgrounds:
41
41
1. Copy your background images (either jpg or png) to the following location on your Quest: **Android/data/aaa.QuestAppLauncher.App/files/backgrounds**
42
42
2. In "Settings", select the custom background.
43
43
44
-
Note: Whether an image is 360 degree or cubemap images is automatically detected based on aspect ratio (with cubemap having 4:3 aspect ratio). Here's an example of a cubemap image: https://en.wikipedia.org/wiki/Skybox_(video_games)#/media/File:Skybox_example.png
44
+
#### Equirectangular (360 degree) images
45
+
For equirectangular (360 degree) images, here's a good source for free images: http://photopin.com/free-photos/equirectangular
46
+
47
+
#### Cubemap (6-sided) images
48
+
For cubemap (6-sides) images, it must be a single image that represents the 6-sided cube with the following horizontal layout:
49
+
[ +x ][ -x ][ +y ][ -y ][ +z ][ -z ]
50
+
51
+
Here's a good source for free cubemap images: http://humus.name/index.php?page=Textures
52
+
53
+
To set up the cubemap image, download an image (zip) file from the above site and extract the 6 individual images. Then use ImageMagick (https://imagemagick.org) to stitch together the six images into a single image with the following command:
If there is an app that you would like to hide, highlight the app and press either the B or Y button on your controller. You can reset any hidden apps in Settings.
0 commit comments