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

In This Topic
    DrawNormalsPerVertex Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawNormalsPerVertex( _
       ByVal vertices() As Point3D, _
       ByVal triangles() As IndexTriangle, _
       ByVal normals() As Vector3D, _
       ByVal length As Double _
    ) 
    public override void DrawNormalsPerVertex( 
       Point3D[] vertices,
       IndexTriangle[] triangles,
       Vector3D[] normals,
       double length
    )

    Parameters

    vertices
    triangles
    normals
    length
    See Also