android-3D-model-viewer icon indicating copy to clipboard operation
android-3D-model-viewer copied to clipboard

ViewPager + ModelSurfaceView

Open cancanw opened this issue 6 years ago • 1 comments

I used the ModelSurfaceView as a viewpager item, and then found that the 3D model disappeared when the viewpager slid over, and the 3D model was displayed when the switch was completed. I think it's probably because the model is always drawing. If the viewpager slides, the model can only stop drawing. Is that the reason? Are there any solutions?

cancanw avatar Oct 16 '18 09:10 cancanw

As long as you slide around viewpager, ModelSurfaceView becomes blank, and the ModelSurfaceView‘s background color is gone too.

cancanw avatar Oct 16 '18 10:10 cancanw