Re: XNA Framework Where is the PositionColoredNormal Vertex type in XNA?
Ceres629
Thats strange...
While i love the structure of the XNA framework over the old MDX one, being a beginner I find there are some very strange and simple things missing from it that were in MDX (like meshes)
Creating a lit non-textured coloured cube or a sphere at run time in mdx was incredibly easy. Now with both meshes gone AND ColoredNormal vertex types gone in XNA I'm completely clueless as to what to do.
The general message is that u can create your own mesh class or vertex type and that it is easy to implement, but if it is so easy to implement why not just include it anyway Does anyone know where i can find some code that implements the Mesh classes and vertex types from MDX in XNA Or a simple explanation on how to do it
Can i just lift the vertex type from MDX straight into XNA