Eyeshot 10 WinForms API Reference
DrawRichSmoothTriangles(IList<IndexTriangle>,IList<Point3D>,IList<Vector3D>,IList<PointF>) Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class > DrawRichSmoothTriangles Method : DrawRichSmoothTriangles(IList<IndexTriangle>,IList<Point3D>,IList<Vector3D>,IList<PointF>) Method
Syntax
'Declaration
 
Public Overloads MustOverride Sub DrawRichSmoothTriangles( _
   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 abstract void DrawRichSmoothTriangles( 
   IList<IndexTriangle> triangles,
   IList<Point3D> vertices,
   IList<Vector3D> normals,
   IList<PointF> texCoords
)

Parameters

triangles
vertices
normals
texCoords
See Also

Reference

RenderContextBase Class
RenderContextBase Members
Overload List