Replies: 2 comments 3 replies
|
I do not know how it works on iOS. But on Android, to get a pure white color, I've changed the ToneMapper and experimented with the settings. |
0 replies
|
Again an android answer, simply setting skybox to white works for me in Android |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hello everyone, I am currently using the iOS demo code hello-gltf. I have modified the
setupIblfunction inApp.cpp. Here is the modified code:Question 1:
I just want to a pure white
Skybox, but it currently appears black. Why is this happening?Question 2:
In the Android demo code, I see a class like HDRLoader that can load HDR files directly without the need for pre-compilation. However, on iOS, it seems that HDR resources must be pre-compiled using Xcode, which is very unfriendly. How can I directly load and use HDR files in iOS like in the Android code?
Because on the design resources side, HDR files can only be delivered via RESTful API access.
All reactions