Hi there,
I am using a AWPBvhTriangleMeshShape as a way, and a ball is rolling on that way. But the way seems not to be smooth (even it is straight).
There seem to be internal edge collisions. According to some bullet post, this can be solved using the btInternalEdgeUtility and the function btGenerateInternalEdgeInfo().
Does anyone know if this is implemented in Away3D already, and how to use it?
Thanks for hints.