|
From: Sebastian M. <seb...@gm...> - 2009-03-05 14:50:49
|
Patrick Hartling schrieb: > Are there any pending GMTL patches remaining to be committed? If not, then I > am going to tag the current code base as GMTL 0.6.0 and make a release. > > -Patrick > > > Sorry for the late response, but regarding my patch on the Intersection.h, I've introduced some oddity: in Intersection.h <snip> template<typename T> inline bool intersect( const Sphere<T>& sphere, const Ray<T>& ray, unsigned int& numhits, T& t0, T& t1 ) </snip> around line 550 the numhits = -1 should state numhits = 0 to avoid compilers to barf at higher warning levels. cheers Sebastian |