Eyeshot 10 WPF API Reference
DrawMulticolorSmoothTriangles Method (OglRenderContext)

WPF Assembly > devDept.Graphics Namespace > OglRenderContext Class : DrawMulticolorSmoothTriangles Method
Syntax
'Declaration
 
Public Overrides Sub DrawMulticolorSmoothTriangles( _
   ByVal triangles As IList(Of IndexTriangle), _
   ByVal vertices As IList(Of Point3D), _
   ByVal normals As IList(Of Vector3D), _
   Optional ByVal alpha As Byte _
) 
public override void DrawMulticolorSmoothTriangles( 
   IList<IndexTriangle> triangles,
   IList<Point3D> vertices,
   IList<Vector3D> normals,
   byte alpha
)

Parameters

triangles
vertices
normals
alpha
See Also

Reference

OglRenderContext Class
OglRenderContext Members