Mesh constructor

Mesh()

A Resource that represents a geometric shape that is divided up in one or more Surfaces.

This class isn't a true resource, it does not upload it self to the GPU. Instead it uploads Surfaces, it acts as a proxy.

Implementation

Mesh()
    : _surfaces = [],
      super(null);