Hi Brecht, after update svn with the recent BVH optimizations, MS VisualC++ in debug mode was complaining about  BoundBox::empty being static class member not defined in any source file, throwing a unresolved link error.<div>
I just defined:</div><div>  </div><div>        BoundBox::empty_t BoundBox::empty;   </div><div><br></div><div>in bvh.cpp and it now works fine. The weird is thing is in release mode it doesn&#39;t complain about this undefined static member.</div>
<div>I don&#39;t attach a patch because it seems more simple just copy and paste the above line in bvh.cpp or in the proper .cpp file.</div><div><br></div><div>Best regards</div><div><br></div><div><br></div><div><br></div>