slycrel / JSTileMap

TMX Map viewer for SpriteKit
Other
212 stars 34 forks source link

TileMap texture rendering #40

Closed Bob997 closed 8 years ago

Bob997 commented 8 years ago

Hi,

I'm wondering is there a way to use different blend method for rendering different layers of the tilemap. i.e. using SKBlendModeReplace to render the backgound layer as there is no need for alpha channel, and using the default SKBlendModeAlpha to render the object layer. I'm looking for ways to improve the performance.

Thanks in advance for any help.