The vertex and index arrays need to be stored on the heap, not the stack. They have to remain available throughout the app, because ODE doesn't copy them. -- jm > dCollide crashes when checking using my triangle mesh against a sphere... > > dVector3 Vertices[VertexCount]; > int Indices[IndexCount]; > >