[ODE] collision_trimesh.cpp
Valerye Bostan
robo at moldovacc.md
Thu Feb 26 01:32:58 MST 2004
Hello!
While digging the code, I have noticed a small thing in
collision_trimesh.cpp, line 283 (in the body of "void dGeomTriMeshGetTriangle()"):
...
if (v1){
(*v1)[0] = v[1][0];
(*v1)[1] = v[1][1];
(*v1)[2] = v[1][2];
(*v1)[3] = v[0][3];
}
...
maybe, this should be as it is, or it is not important at all,
but I expect it to be "v[1][3]" there?
--
Best regards,
Valerye
More information about the ODE
mailing list