ashqal / MD360Player4Android

It is a lite library to render 360 degree panorama video for Android. VR Player.
Apache License 2.0
1.08k stars 357 forks source link

Make use sTruncatedVector when "Samsung Bug" is occured. #207

Closed kimsh3933 closed 6 years ago

kimsh3933 commented 6 years ago

Hello Ashqal.

Thanks for your library. I suggest one modification for your library. Runniung my app with this library on Samsung Devices, the bug still occurs. I found VRUtil.java do not use sTruncatedVector when sIsTruncated == true. So I make this code use sTruncatedVector when sIsTruncated == true. Please check my modification and reply. Thanks.