Asha

Results 59 comments of Asha

https://github.com/ashqal/MD360Player4Android/blob/master/app/src/main/java/com/asha/md360player4android/RecyclerViewActivity.java may help.

不好意思无法复现,最好帮忙测试下各种机型和系统版本,我好去借些机子复现下,麻烦了

试试`INTERACTIVE_MODE_CARDBORAD_MOTION `

大概率设备问题,可以试试矫正陀螺仪

> 我也是晃动狠厉害不知道原因 这个模式是根据设备的陀螺仪回调的数据处理渲染的,如果陀螺仪回调抖动很厉害,就会出现这个现象

谢谢关注,刚更新完Android版本,决定开始更新iOS版本了

I believe `1.1.3.beta` version has fixed this bug.

``` @Override public void uploadVerticesBufferIfNeed(MD360Program program, int index) { if (super.getVerticesBuffer(index) == null){ return; } // update the texture only if the index == 0 if (index == 0){ float...