SimulateDice
SimulateDice copied to clipboard
使用OpenGL ES 实现的3D抛骰子的小程序,支持重力感应
Results
2
SimulateDice issues
Sort by
recently updated
recently updated
newest added
在for 循环创建5个骰子的时候,里面是耗时操作,导致页面卡死,当我用线程在前一个页面预生成5个筛子拿来直接使用的时候,筛子无法显示
非常感谢学到了很多