Eyeshot 10 WPF API Reference
DrawRichPlainTriangles Method (D3DRenderContext)

WPF Assembly > devDept.Graphics Namespace > D3DRenderContext Class : DrawRichPlainTriangles Method
Syntax
'Declaration
 
Public Overrides Sub DrawRichPlainTriangles( _
   ByVal triangles As IList(Of IndexTriangle), _
   ByVal vertices As IList(Of Point3D), _
   ByVal normals As IList(Of Vector3D), _
   ByVal texCoords As IList(Of PointF) _
) 
public override void DrawRichPlainTriangles( 
   IList<IndexTriangle> triangles,
   IList<Point3D> vertices,
   IList<Vector3D> normals,
   IList<PointF> texCoords
)

Parameters

triangles
vertices
normals
texCoords
See Also

Reference

D3DRenderContext Class
D3DRenderContext Members