VisualServerSingleton.meshAddSurfaceFromArrays

Adds a surface generated from the Arrays to a mesh. See primitivetype constants for types.

struct VisualServerSingleton
@nogc nothrow
void
meshAddSurfaceFromArrays
(
in RID mesh
,
in long primitive
,
in Array arrays
,
in Array blend_shapes = Array.make()
,
in long compress_format = 97280
)

Meta