eschao / android-PageFlip

3D Style Page Flip on Android
Apache License 2.0
1.74k stars 262 forks source link

First rendering overlap #27

Closed wt959790 closed 6 years ago

wt959790 commented 6 years ago

if (!page.isFirstTextureSet()) {

   drawPage(mPageNo);

   page.setFirstTexture(mBitmap);

}

eschao commented 6 years ago

Could you please give more specification?

wt959790 commented 6 years ago

Do I just have to modify mBitmap to control the content of the page? But for the first time there will be page confusion。

eschao commented 6 years ago

Bitmap is the real content you want to show on screen. So you should draw what you want to present on a bitmap and set it to PageFlip class correctly.

I don't understand what you said But for the first time there will be page confusion, you want to show a page content at the first time or you don't want to show anything?