关于OpenGL ES Cube Test API
来 Google Play 网购吧!购买内容之后,立刻就可以在您的 Android 手机或平板电脑上享用,摆脱一切同步烦恼。
Try the OpenGL ES spinning cube!
Had a long and tiring day at work? Get some relief and spin your cube on the screen!
Queuing for lunch? Impress your colleagues with a spinning cube!
Waiting for your train? Spinning cube!
Bored at meetings? Spinning cube!
OGLESCubeTestAPI is a simple extension of the TouchRotateActivity example available on the developer Android pages. The app allows the user to swipe the screen to rotate a 3D cube.
Inertia has been added so that once you release your finger, the cube has a residual inertial motion, a.k.a. keeps spinning for a while ;)
Both OpenGL ES 1.0 and 2.0 renderers are included, and selected automatically depending on the API level supported.
The application currently requires Internet access, used solely to gather statistics with Google Analytics. No personal information will be collected.
Tested on Samsung Galaxy S2.
最新版本0.1的更新日志
Inertial motion
Includes simple Java library to handle matrix transformations