Chaos Corona Forum
Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: cjwidd on 2018-08-03, 21:05:12
-
Any suggestions about how to extract the red, green, or blue channel from a texture to pass to the gloss, metallic, and AO channel, respectively, of a Corona shader?
-
You can use color correction node and set all the channels to one that you want to extract. Personally i prefer to extract packed channels in photoshop and resave them as separate textures.
-
The 'RGBTint' node is computationally faster than a colour correct node. When using RGBTint, if you want the red channel, make the colour swatch for red white, and then green and blue should be black. I'm sure you can figure out the rest.
It is actually easier on file resources to pack in multiple grey renders into a single RGB file, less overhead when Max internally decompresses images to read from.
-
Nice, thanks y'all