hi. I am trying to do lightmaps in JOGL. i plan to have the textures and lightmaps stored in Graphics2D or BufferedImage objects . the program will then subtract the value of each component in the map from the texture. (i'm using subtraction because black will represent full lighting.). How do i do this?
Thanks in advance!!