[Bug 22918] Ship Simulator 2008 demo crashes on startup (needs D3DXCreateSphere, D3DXCreateCylinder, and D3DXCreateTeapot)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jul 16 16:13:51 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22918





--- Comment #16 from Misha Koshelev <misha680 at gmail.com>  2010-07-16 16:13:50 ---
Thx. Btw, any objections to this kind of definition for vertex_data:

struct vertex_data
{
    FLOAT x, y, z;
    D3DXVECTOR3 normal;
};

Seems bit simpler to me and is used here:
http://www.directxtutorial.com/tutorial9/b-direct3dbasics/dx9B4.aspx

Misha

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list