Android(Nexus One)のFirefox for MobileでWebGLが動く件に関して

Firefox 4 for Mobile: Demos! ✩ Mozilla Hacks – the Web developer blog
http://hacks.mozilla.org/2011/03/webowonder-mobile/

上記のページを見て、WebGLはどうだろうと思ってFirefox for Mobile4.0b1で試したら動いた。・・・ただし、なぜか逆さま。

まずはLearning WebGLのLesson2(http://learningwebgl.com/lessons/lesson02/index.html)。
http://ndruger.lolipop.jp/hatena/20110329/learning_webgl_lession2.png

次にScene.jsのティーポット(http://scenejs.org/dist/curr/extr/examples/hello-teapot/index.html)。
http://ndruger.lolipop.jp/hatena/20110329/scene_js_basic.png

最後に自作のWebGLサンプルゲーム(http://www.syspri.org/test/websocket_tile_nodejs_demo_socketio/webgl/src/websocket_tile_3d.html)
http://ndruger.lolipop.jp/hatena/20110329/3d_tile.png

最後のは恐ろしく遅かったので、速度的には相当問題がある模様。今後まとめてFPS取ってみる。

[2011/03/30 追記] さっそくダウンロードした4.0では逆さまの問題が起こらなくなっていた

Learning WebGLのLesson2(http://learningwebgl.com/lessons/lesson02/index.html)。
http://ndruger.lolipop.jp/hatena/20110329/learning_webgl_lession2_2.png

Scene.jsのティーポット(http://scenejs.org/dist/curr/extr/examples/hello-teapot/index.html)。
http://ndruger.lolipop.jp/hatena/20110329/scene_js_basic_2.png

自作のWebGLサンプルゲーム(http://www.syspri.org/test/websocket_tile_nodejs_demo_socketio/webgl/src/websocket_tile_3d.html)
http://ndruger.lolipop.jp/hatena/20110329/3d_tile_2.png

最後のゲームは色が逆になってる?