tilemap
tilemap copied to clipboard
[REQUEST]Let pixi-tilemap supports pixi-projection
trafficstars
If pixi-tilemap supports pixi-projection , we could do something like these :
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.
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.
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.