Reputation: 1
I am attempting to build a custom Sky for Ursina. I created a few in the JPG and HDR format but both end up looking fish-eyed in the actual game. What formats are accepted by the Sky class?
Attempted both the HDR and cube methods.
Upvotes: 0
Views: 156
Reputation: 8260
You can find Skybox examples on Ursina GitHub repo.
They are jpg
images with 4096x1024
pixels resolution.
https://github.com/pokepetter/ursina/blob/master/ursina/textures/sky_default.jpg
https://github.com/pokepetter/ursina/blob/master/ursina/textures/sky_sunset.jpg
Upvotes: 0