android-3D-model-viewer
android-3D-model-viewer copied to clipboard
ViewPager + ModelSurfaceView
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?
As long as you slide around viewpager, ModelSurfaceView becomes blank, and the ModelSurfaceView‘s background color is gone too.