Update Atlas system
This commit is contained in:
parent
18203c539f
commit
e7cf3bdf5a
3 changed files with 45 additions and 12 deletions
17
LandblockExtraction/AtlasMaker/TexturesImage.cs
Normal file
17
LandblockExtraction/AtlasMaker/TexturesImage.cs
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
using LandblockExtraction.DatEngine;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LandblockExtraction.AtlasMaker;
|
||||
public class TexturesImage {
|
||||
private PortalEngine portalEngine;
|
||||
private TextureEngine textureEngine;
|
||||
|
||||
public TexturesImage(PortalEngine portalEngine) {
|
||||
this.portalEngine = portalEngine;
|
||||
this.textureEngine = new();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue