예제 #1
0
  public MapRenderer(Map map) {
    mMap = map;
    mViewport = new GLViewport();
    mBufferPool = new NativeBufferPool();

    /* FIXME should be done in 'destroy' method
     * clear all previous vbo refs */
    BufferObject.clear();
    setBackgroundColor(Color.DKGRAY);
  }