Exemplo n.º 1
0
 private void FilterTexture()
 {
     if (mTextureFilter != null)
     {
         mTextureColors = mTextureFilter.ApplyFilter(mTextureColors, mWidth, mHeight);
         Debug.Log("Filter applied, texture width " + mWidth + " texture height " + mHeight);
         mFiltered = true;
     }
 }