Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / DrawTrianglesPartialWithMaterialColor Method

In This Topic
    DrawTrianglesPartialWithMaterialColor Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawTrianglesPartialWithMaterialColor( _
       ByVal vertices() As Point3D, _
       ByVal normals() As Vector3D, _
       Optional ByVal addToCurrentBufferPart As Boolean _
    ) 
    public override void DrawTrianglesPartialWithMaterialColor( 
       Point3D[] vertices,
       Vector3D[] normals,
       bool addToCurrentBufferPart
    )

    Parameters

    vertices
    normals
    addToCurrentBufferPart
    See Also