i guess we also need a textureAtlas reference for cube meshes
This commit is contained in:
parent
72850e1047
commit
657bf07259
|
@ -23,6 +23,7 @@ public class JsonTileMesh {
|
||||||
}
|
}
|
||||||
|
|
||||||
public String materials;
|
public String materials;
|
||||||
|
public String textureAtlas;
|
||||||
public boolean cube;
|
public boolean cube;
|
||||||
public CubeTextures textures;
|
public CubeTextures textures;
|
||||||
public int texture;
|
public int texture;
|
||||||
|
|
Loading…
Reference in a new issue