http://bugs.winehq.org/show_bug.cgi?id=22918
--- Comment #33 from Misha Koshelev misha680@gmail.com 2010-07-24 14:36:02 --- Oh, I guess I redid work then :(
You can see most of my patches that implement ID3DXMesh here, with relevant tests as well: http://github.com/misha680/wine/commits/master?page=2
Do you have links to your code by any chance? I see the information from http://wiki.winehq.org/Tony_Wasserka
Dan had mentioned that you had done some work in this area:
BTW, somebody at Codeweavers is going through Tony Wasserka's old patches from summer of code and merging them. His project was in this area, but I don't think he got around to this function.
I believe "this function" refers to D3DXCreateSphere.
Since I have made some basic patches now for ID3DXMesh, do you mind if I try to get those into wine after D3DXCreateSphereTest in some form is accepted? I also have implementations of D3DXCreateSphere, D3DXCreateCylinder, and D3DXCreateBox with relevant tests.
Thanks Misha
p.s. I would of course be happy to look at your patches as well. Currently I am using a very small portion of ID3DXMesh interface for my functions, but it would be great to have even more!