/**
   * add the drawable to the correct list
   *
   * @param drawable drawable to add
   */
  public void add(Drawable3D drawable) {

    drawable.addToDrawable3DLists(this);
  }