tilemap icon indicating copy to clipboard operation
tilemap copied to clipboard

[REQUEST]Let pixi-tilemap supports pixi-projection

Open finscn opened this issue 8 years ago • 2 comments
trafficstars

If pixi-tilemap supports pixi-projection , we could do something like these :

2017-10-07 4 30 28 2017-10-07 4 30 16 2017-10-07 4 29 53

I know the game in the images is created by real 3D Engine , but if we just need projection , I think pixi.js could do it.

finscn avatar Oct 06 '17 20:10 finscn

Walls need 3d. With 2d we can make only floor + trees..

But yeah, if we assume that tilemap is like a child of Mesh and Graphics,of course its possible.

ivanpopelyshev avatar Oct 06 '17 21:10 ivanpopelyshev

Now, I use PIXI.RenderTexture to implement this effect. render tilemap to PIXI.RenderTexture , set a PIXI.projection.Sprite2d.texture = the PIXI.RenderTexture;

But I think it's not a good way.

finscn avatar Oct 06 '17 21:10 finscn