Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AndEngine での TMX マップの表示のパフォーマンスが低下します。それをスピードアップする可能性はありますか?TMXLayer.draw() は、各タイルを個別に描画します。複数の TMX タイルを 1 つの頂点バッファーに配置して、それらを一度に描画する可能性はありますか? もしそうなら、誰かが(疑似)コードを見せてもらえますか?