Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / FastPointCloud Class / DrawWithoutVBO Method
The rendering context
The parameters

In This Topic
    DrawWithoutVBO Method
    In This Topic
    Draws the FastPointCloud without using the vertex buffer objects when they are not supported.
    Syntax
    'Declaration
     
    Protected Sub DrawWithoutVBO( _
       ByVal context As RenderContextBase, _
       ByVal myParams As Object _
    ) 
    protected void DrawWithoutVBO( 
       RenderContextBase context,
       object myParams
    )

    Parameters

    context
    The rendering context
    myParams
    The parameters
    See Also