Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: cjwidd on 2018-08-03, 21:05:12

Title: [RESOLVED] Channel Packed Textures?
Post 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?
Title: Re: Channel Packed Textures?
Post by: romullus on 2018-08-03, 21:34:07
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.
Title: Re: Channel Packed Textures?
Post by: Njen on 2018-08-04, 02:42:56
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.
Title: Re: Channel Packed Textures?
Post by: cjwidd on 2018-08-07, 04:56:49
Nice, thanks y'all