Closed sovietsky-cyborg closed 5 months ago
You need to modify the rendering of the tilemap to include y-sorting. Please look at the latest examples 3d iso example.
ok, this bug has happened because i didnt set any info about the offsetx/offsety which result in this misplacement
so i close it
I try to import an isometric map from tiled, this map has tiles with size of 64 32, I use some "canyons" tiles on another layer whose size is 6496 and it seems to render well with tiled
but when i try to render this map with
helper/titled.rs
, i get a misplacement for canyonsIn fact, it seems that the image position is rendered relative to the center of it, not the bottom, so if the image height is bigger than the tile height, it will be misplaced, it is a normal behavior ?
Sorry for the beginner's question, i am very new to bevy