1 decade ago by Joncom
Assuming my map is very large (800x630 tiles)... I'm thinking about pre rendering what layers I can to boost performance.
However some tiles will not be pre-rendered because they are animated. So I'm considering two options:
Pre render 1 layer that has no animated tiles;
Leave the other layer regular because it has animated tiles.
OR
Pre render both layers, but create a third layer which I only place animated tiles.
In essence, what I'm asking is: is it better to keep the amount of layers down, or utilize pre rendering as much as possible?
However some tiles will not be pre-rendered because they are animated. So I'm considering two options:
Pre render 1 layer that has no animated tiles;
Leave the other layer regular because it has animated tiles.
OR
Pre render both layers, but create a third layer which I only place animated tiles.
In essence, what I'm asking is: is it better to keep the amount of layers down, or utilize pre rendering as much as possible?