How to render skybox with cubemap whoes format is png or jpg #7114
Unanswered
dandingol03
asked this question in
Q&A
Replies: 1 comment
-
The skybox can be almost any format you want. It's just the helper loading functions that look for HDR data. Using the Skybox API directly you can use any texture format you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i am developing a vr app with filament. I want to partially replace one face of cubemap during runtime, and png or jpg will be a suitable chioce. Howevere
filament
seems to only support render skybox withktx
orrgb32f
format, how can i render skybox with cubemap whose format is png or jpg?Beta Was this translation helpful? Give feedback.
All reactions