Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the official skybox example is broken #4750

Closed
go-dockly opened this issue Feb 2, 2025 · 1 comment
Closed

the official skybox example is broken #4750

go-dockly opened this issue Feb 2, 2025 · 1 comment

Comments

@go-dockly
Copy link

tried to load the official skybox example.

The skybox.png does render fine onto the cube locally. However trying to useHdr:

panorama := rl.LoadTexture("dresden_square_1k.hdr")

results in the following error:

WARNING: IMAGE: Data format not supported

@raysan5
Copy link
Owner

raysan5 commented Feb 3, 2025

@go-dockly Just tried the example on desktop and it works.

To support HDR textures, they must be enabled on raylib config.h and rebuilt the library.

For platform web, it is already listed in #4682

@raysan5 raysan5 closed this as completed Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants