/** returns the tile that belongs to a certain position of the grid */
 public ccQuad3 tile(ccGridSize pos) {
   CCTiledGrid3D g = (CCTiledGrid3D) target.getGrid();
   return g.tile(pos);
 }