MeshData constructor

MeshData(
  1. String name,
  2. ChronosGL _cgl,
  3. int _drawMode,
  4. Map<String, int> _locationMap,
)

Implementation

MeshData(String name, this._cgl, this._drawMode, this._locationMap)
    : _vao = _cgl.createVertexArray(),
      super("meshdata:" + name);