FastMesh(Single(), Int32(), Single(), Byte()) Constructor

Points, triangles normals and colors arrays constructor.
Public Sub New( _ 
ByVal points As Single(), _ 
ByVal triangles As Integer(), _ 
ByVal normals As Single(), _ 
ByVal colors As Byte() _ 
)
This language is not supported or no code example is available.
public FastMesh( 
float[] points
int[] triangles
float[] normals
byte[] colors 
)
This language is not supported or no code example is available.

Parameters

points
float[]

The list of unrolled XYZ coordinates

triangles
int[]

The list of unrolled triangle vertex indices, can be null/Nothing.

normals
float[]

The list of unrolled triangles normals

colors
byte[]

The list of unrolled RGB colors, can be null/Nothing.

.NET Framework

Supported in: 4.8

In this article

Definition