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

In This Topic
    DrawTrianglesPartial(Point3D[],Vector3D[],Color[]) Method
    In This Topic
    Draws triangles with one normal and color 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, _
       ByVal colors() As Color _
    ) 
    public virtual void DrawTrianglesPartial( 
       Point3D[] vertices,
       Vector3D[] normals,
       Color[] colors
    )

    Parameters

    vertices
    normals
    colors
    See Also