init method

void init()

Implementation

void init() {
  renderItemsIndex = 0;
  opaque.clear();
  transmissive.clear();
  transparent.clear();
}