I am working on a game with C++ and OpenGL 3.2. I have successfully implemented directional shadow maps and now I'd like to upgrade them to shadow cube maps (for point lights). I've done some Googling and I can't seem to find much solid info on how to achieve this.
Can anyone give me some pointers and maybe links to articles on the subject that I may have missed? Thanks.
