PBR-2-Source

From Valve Developer Community
Revision as of 13:03, 12 November 2023 by Equalizer5118 (talk | contribs) (Created page with "{{Stub}} <b>PBR-2-Source</b> is a tool written in {{Python|4}} by [https://github.com/koerismo koerismo] that is used to port PBR materials to any Source game, even those with...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

PBR-2-Source is a tool written in Python Python by koerismo that is used to port PBR materials to any Source game, even those without support for a PBR shader. When converting to standard shaders, it uses special algorithms to bake different texture maps into one diffuse texture. When converting to use with a PBR shader, it takes different texture maps and makes an MRAO map. This program automatically creates a fully functional VMT file, with optional reflections, and also can flip the Y of a normal map if it was created in a program using Maya's format instead of 3DS Max's format.

See Also

External Links