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

In This Topic
    DrawRichSmoothInvTriangles Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawRichSmoothInvTriangles( _
       ByVal triangles As IList(Of IndexTriangle), _
       ByVal vertices As IList(Of Point3D), _
       ByVal scaleU As Single, _
       ByVal scaleV As Single, _
       ByVal offsetU As Single, _
       ByVal offsetV As Single _
    ) 
    public override void DrawRichSmoothInvTriangles( 
       IList<IndexTriangle> triangles,
       IList<Point3D> vertices,
       float scaleU,
       float scaleV,
       float offsetU,
       float offsetV
    )

    Parameters

    triangles
    vertices
    scaleU
    scaleV
    offsetU
    offsetV
    See Also