From: Matthias B. <ba...@ir...> - 2005-09-26 15:31:18
|
th...@po... wrote: > trimesh=ode.TriMeshData() > trimesh.build(vert,ind) > trimeshgeom=ode.GeomTriMesh(trimesh,space) So far, this looks fine to me. Are you sure that vert and ind do carry correct values? (each item in vert should be a sequence of 3 floats and each item in ind should be a sequence of 3 ints) Have you tried reverting the order of the vertices per face to flip their direction? (but I'm not sure if this makes a difference in ODE/Opcode anyway) - Matthias - |