dispose method

dynamic dispose()

Implementation

dispose() {
  this.reset();

  this.render["frame"] = 0;

  this.memory["geometries"] = 0;
  this.memory["textures"] = 0;
}