Template:Archived Page History/Talk:HDR Skybox Creation

From Valve Developer Community
< Template:Archived Page History
Revision as of 14:43, 22 February 2024 by Nukedrabbit95 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.