Hi,
the declaration of IntersectionTri is BOOL IntersectionTri(.....) in d3dx8mesh.h and BOOL WINAPI IntersectionTri(.....) in d3dx9mesh.h .
Is the latter one compatible with the former one (so I can forward d3dx9 function to the d3dx8 one) or must I implement them separately?
David