2

タイルマップを作りました。cocos2d-jsで使用しました。

追加したばかり

this._map = new cc.TMXTiledMap(res.tilemap);
this.addChild(this._map, 0, 1);

レイヤーで。

でも、この画像を使うと、

http://i.imgur.com/f5VG0Nr.png

http://i.imgur.com/Ug​​g9GNq.png

このエラーが発生しました。

[.WebGLRenderingContext]RENDER WARNING: texture bound to texture
unit 0 is not renderable. It maybe non-power-of-2 and have incompatible
texture filtering or is not 'texture complete'

しかし、他の画像を使用すると機能します。お気に入り

http://i.imgur.com/Grv0srJ.png

http://i.imgur.com/v1eWdkE.png

http://i.imgur.com/BXKRbVx.png

その画像でタイルマップを何度も変更しましたが、同じ結果です。イメージの違いがわかりません。私を助けてください。

4

1 に答える 1