Monthly Archives: June, 2009
fun with numeric_limits min
Just a quick note, I thought others might find this helpful as well. In our level compiler, a bug which somehow went un-noticed for a little while was causing bounding boxes to not be calculated properly. This turned out to be a simple initialization oversight.
Vec3 maxValue, minValue;
ofcourse the default constructor would initialize both vectors to [...]