Hacker News new | ask | show | jobs
by nuclearcookie 3034 days ago
Can anybody explain this: "High performance event detection via color map hashing"? Any resources that explain this concept?
3 comments

I'm not completely sure it's the same thing, but I remember a technique for picking using colour maps. It's described in this tutorial:

http://www.opengl-tutorial.org/miscellaneous/clicking-on-obj...

Ok thank you!