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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Relaunch FxR and notice the custom environment is not rendered (void/black).
Current Behavior
Custom environments are not rendered if the images are both JPEG files and end with the .jpg extension.
It looks like the custom-skybox code is hardcoded for .jpg files. (I tried renaming the .png files to .jpg, but that did not work either.)
When I converted the .png files to .jpg files, the environment rendered properly.
Expected Behavior
Custom environments can be rendered if they are in a valid Android-supported image format (that is, not only if the images end with the .jpg extension).
The text was updated successfully, but these errors were encountered:
Hardware
Any
Steps to Reproduce
In FxR, turn
On
the setting,Settings > Developer Options > Enable Environment Override
.Upload skybox images as
.png
(instead of.jpg
) to the/sdcard/Android/data/org.mozilla.vrbrowser/files/skybox
directory.Relaunch FxR and notice the custom environment is not rendered (void/black).
Current Behavior
Custom environments are not rendered if the images are both JPEG files and end with the
.jpg
extension.It looks like the custom-skybox code is hardcoded for
.jpg
files. (I tried renaming the.png
files to.jpg
, but that did not work either.)When I converted the
.png
files to.jpg
files, the environment rendered properly.Expected Behavior
Custom environments can be rendered if they are in a valid Android-supported image format (that is, not only if the images end with the
.jpg
extension).The text was updated successfully, but these errors were encountered: