On Fri, Jun 24, 2011 at 3:55 PM, Henri Verbeet hverbeet@gmail.com wrote:
On 24 June 2011 15:24, Michael Mc Donnell michael@mcdonnell.dk wrote:
I can set a break point at test_convert_point_reps_to_adjacency (my new test) and it stops there. I can also set a break point for ID3DXMeshImpl_ConvertPointRepsToAdjacency but it just goes past it.
Here are the commands I used: b test_convert_point_reps_to_adjacency cont b ID3DXMeshImpl_ConvertAdjacencyToPointReps cont
Any idea what I'm doing wrong?
Is that a typo, or did you really mean "ID3DXMeshImpl_ConvertAdjacencyToPointReps" there?
Doh! It should have been ID3DXMeshImpl_ConvertPointRepsToAdjacency. Thanks Henri for spotting that one. It now works as expected :-)