Template:Archived Page History/Talk:HDR Skybox Creation: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "pointsample 1 // needed for compressed HDR skies, otherwise there will be harsh pixelation artifacts in-game. Don't use for uncompressed HDR I just added this to the Creating...")
 
m (Nesciuse moved page Talk:HDR Skybox Creation/en to Talk:HDR Skybox Creation without leaving a redirect: Move en subpage to basepage)
(No difference)

Revision as of 07:01, 12 July 2024

pointsample 1 // needed for compressed HDR skies, otherwise there will be harsh pixelation artifacts in-game. Don't use for uncompressed HDR

I just added this to the Creating Materials section. I've never seen it mentioned anywhere, but compressed HDR textures need point sampling enabled or else they'll look like this:

Sky day01 08 hdr Without Point Sampling.png

All of Valve's skies have the Point Sample flag enabled, you can test it yourself by disabling it.