This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright (c) Valve Corporation, All rights reserved. ====================================================================================================== | |
// Modified to support vertex colors, vertex color linearization, vertex ao (through vertex alpha), up to 4 detail textures as well as tighter mask packing | |
// | |
// The mask texture is laid out like this: | |
// R - Metalness | |
// G - Roughness | |
// B - Ambient occlusion | |
// A - Detail mask, where: | |
// 0-25% intensity = Detail map 1 | |
// 25-50% intensity = Detail map 2 |
NewerOlder