關於OpenGL ES Cube Test API
數百萬款最新的 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