- Home /
Question by
greencindy · Feb 17, 2013 at 05:04 PM ·
lightmapvaluesreadrgb
How can I read the pixel RGB values in EXR lightmap file?
I want to do some math calculation to the RGB values. So I want to read out the values, do the math, then write them to a texture2d using maybe Texture2D.SetPixel.
I'm not familiar with C#. Could anyone give me some suggestion? Thanks very much!
Comment
Your answer