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

In This Topic
    DrawTrianglesPartial(Point3D[],Vector3D[],Single[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub DrawTrianglesPartial( _
       ByVal vertices() As Point3D, _
       ByVal normals() As Vector3D, _
       ByVal texCoords() As Single _
    ) 
    public override void DrawTrianglesPartial( 
       Point3D[] vertices,
       Vector3D[] normals,
       float[] texCoords
    )

    Parameters

    vertices
    normals
    texCoords
    See Also