OCR Injection

29.10.2009 17:06 in fun

Wow, I have 5 minutes of Internet fame. My car hit Wykop's main page [PL] (Polish version of Digg). Pretty impressive.

Read more...

Double your FPS by just removing two chars

28.10.2009 11:06 in fun

I was curious why my FPS had dropped to unacceptable values. I have a lot of optimization coded, so I've checked them all. And that's what I've found:

if (object->culled)
{	
//  continue;
}

Nice hack, isn't it? And I don't have slightest idea why was this line commented out.