FastPointCloud.DrawWithoutVBO Method

Draws the FastPointCloud without using the vertex buffer objects when they are not supported.
Protected Sub DrawWithoutVBO( _ 
ByVal context As RenderContextBase, _ 
ByVal myParams As Object
)
This language is not supported or no code example is available.
protected void DrawWithoutVBO( 
RenderContextBase context
object myParams 
)
This language is not supported or no code example is available.

Parameters

context
RenderContextBase

The rendering context

myParams
object

The parameters

.NET Framework

Supported in: 4.8

In this article

Definition