Monthly Archives: May 2008

Virtual texture mapping

There’s somehow a lot of confusion going on about virtual texture mapping: I’ve been recently asked whether it’s going to increase the VRAM usage extremely, and this is so way off I think it’s time to clarify some things about … Continue reading

Posted in Realtime | 2 Comments

CMake 2.6 final released

CMake 2.6 has been released. See the release announcement. CMake is a very nice cross-platform build tool which does not build itself but instead creates projects for the target platform (Visual Studio projects files for Windows, Makefiles for Linux, etc.). … Continue reading

Posted in Programming | Leave a comment

Type traits

… by popular demand. Here we go! We take a look at how to obtain a type-traits implementation for C++, what they are good for and go through some easy examples to understand what they do.

Posted in Programming | 3 Comments