init method

dynamic init()

Implementation

init() {
  this.renderItemsIndex = 0;

  this.opaque.length = 0;
  this.transparent.length = 0;
}