An NDoc Documented Class Library

MNDevice.SolidConvex Method 

This abstract method must be overridden by a derived instance. She draws the array xyzArray, which is assumed convex. The Normal of the vertices are holded by the array normals. They correspond to to vertices by its index. Also the Texture coordinates, which are stored in TexturePos. An other abstract draw method, which must be overridden is LineStrip.

protected abstract void SolidConvex(
   xyzArray vertices,
   xyzArray Normals,
   xyzArray TexturePos
);

Parameters

vertices
Holds the vertices of a convex array
Normals
Holds the normals corresponding to the vertices
TexturePos
Holds the texture coordinates for each vertex

See Also

MNDevice Class | Minais.Drawing3d Namespace