Eyeshot 10 WinForms API Reference
DrawTrianglesPartialWithTexture Method (D3DRenderContext)

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

Parameters

vertices
normals
texCoords
addToCurrentBufferPart
See Also

Reference

D3DRenderContext Class
D3DRenderContext Members