[C#] Missing class?

Soldato
Joined
12 Apr 2004
Posts
11,788
Location
Somewhere
Am I just being stupid, or is there no Mesh class in the Microsoft.DirectX.Direct3D namespace? I've been trying to get to grips with Direct3D programming by following a tutorial, and it's just moved on to Meshes. The only Mesh class I can find is in the Microsoft.WindowsMobile.DirectX.Direct3D namespace (which I found via MSDN; I can't find it in the assembly list in the Add Reference dialogue).

I have the June 2006 DirectX SDK installed, so that's not the problem.

Can anyone enlighten me? :confused:

Eidt: the tutorial page in question is here:
http://www.riemers.net/Tutorials/DirectX/Csharp/tut13.php
 
Last edited:
Sounds like you have messed up installing the DirectX Sdk.
 
Last edited:
"If you get an error like ‘The type or namespace name 'Mesh' could not be found’, then add a reference to Microsoft.DirectX.Direct3DX." Might be the problem.
 
Una said:
"If you get an error like ‘The type or namespace name 'Mesh' could not be found’, then add a reference to Microsoft.DirectX.Direct3DX." Might be the problem.
Woops, should have read the whole page :o

Thanks :p
 
Back
Top Bottom