Eyeshot 10 WinForms API Reference
DrawTriangles(Point3D[],Vector3D[],Single[],Boolean) Method

WinForms Assembly > devDept.Graphics Namespace > OglRenderContext Class > DrawTriangles Method : DrawTriangles(Point3D[],Vector3D[],Single[],Boolean) Method
Syntax
'Declaration
 
Public Overloads Overrides Sub DrawTriangles( _
   ByVal vertices() As Point3D, _
   ByVal normals() As Vector3D, _
   ByVal texCoords() As Single, _
   Optional ByVal addToCurrentBufferPart As Boolean _
) 
public override void DrawTriangles( 
   Point3D[] vertices,
   Vector3D[] normals,
   float[] texCoords,
   bool addToCurrentBufferPart
)

Parameters

vertices
normals
texCoords
addToCurrentBufferPart
See Also

Reference

OglRenderContext Class
OglRenderContext Members
Overload List