MeshData.this

Constructs a new MeshData from a refcounted mesh.

  1. this(vec2[] vertices, vec2[] uvs, uint[] indices)
  2. this(Mesh mesh)
    struct MeshData
    @nogc
    this

Parameters

mesh Mesh

The mesh to extract a MeshData from.

Meta