Alright, so I am thinking about an idea of a useless application, however it is interesting me.
A 3D "perspective" of color.
I know, confusing. But think of it this way:
Movement given an x, y, z coordinate.
Color given r, b, g = x, y, z
I was also thinking of somewhat of a "map" or a 3rd person view of it.
Using JOpenGL is this possible?
Would it even be viewable? Like the map for instance, looking at it, could you see each 3d pixel in its own color? or would you just be seeing a white cube because of all the colors coming together?
Could you solve this with having an alpha channel?