-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tuesday 18 May 2004 17:19, Lionel Ulmer wrote:
This dll should be easy to implement (almost geometries utilities functions as d3dx8/d3dx9 for d3d8/d3d9). It can be a begin for people who want to begin patches for wine (as for d3dx8/d3dx9) :)
Well, my point was the same made about stubs in normal DLLs: why add a completely useless DLL which may break more things than actually help.
Or, when adding it, have it at least disabled by default.
I think so
As for its simplicity, from what I remember there are tricky stuff like Mesh builders, interpolations, ... Which are 'easy' in the sense it's pure geometrical stuff and not at all linked to Win32, but still something that needs at least a good knowledge in 3D geometry processing.
Yes it's why i say easy :) As the implement only should have little needs for Win32 APIs, this can be a "janitorial project" to begin to understand wine compilation/dev/... specific processes with easy way to test it (dx sdk demos)
Lionel
Regards, Raphael