Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawTrianglesPartial Method / DrawTrianglesPartial(Point3D[],Vector3D[],PointF[]) Method

In This Topic
    DrawTrianglesPartial(Point3D[],Vector3D[],PointF[]) Method
    In This Topic
    Draws triangles with one normal per vertex, as part of a drawing loop (no Begin-End is done).
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub DrawTrianglesPartial( _
       ByVal vertices() As Point3D, _
       ByVal normals() As Vector3D, _
       Optional ByVal texCoords() As PointF _
    ) 
    public virtual void DrawTrianglesPartial( 
       Point3D[] vertices,
       Vector3D[] normals,
       PointF[] texCoords
    )

    Parameters

    vertices
    normals
    texCoords
    See Also